SiMan CMS
Home
Download
Install
Upgrade
News
CMF Demo
Code Generator
Donate
EN
UA
Home
Demos
Smarty Template
Smarty Template
Regular Smarty template body. Sample
ABCD1234
value.
Code Example
sm_on_action('regular', function () { add_path_home(); //Set breadcrumbs add_path('Demos', 'index.php?m=demo'); //Set breadcrumbs add_path_current(); //Set breadcrumbs sm_title('Smarty Template'); //Set title (h1+html header title) sm_template('demo'); //Assign demo.tpl to display the results sm_set_tpl_var('test_var', 'ABCD1234'); //Assign var value for current module });
Smarty Template Example
{if $m.mode eq "regular"} {include file="block_begin.tpl"} Regular Smarty template body. Sample <strong>{$m.test_var}</strong> value. {include file="block_end.tpl"} {/if}
News
Announcements
Releases
Updates
Other News
Ads