The method is discussed at http://www.smarty.net/docsv2/en/languag ... smarty.tpl (Example 4.7, second one from bottom)
Is this possible? Do I need to add something else:
Code:
PHP (outside of CMSMS)
Code: Select all
$_SESSION['loggedin']="ok";
Code: Select all
{$smarty.session.loggedin}
Any thoughts?