I'm trying to get access to a Smarty variable like documented here
http://www.smarty.net/docs/en/api.get.template.vars.tpl
with
Code: Select all
$myVar = $smarty->getTemplateVars('foo');
Any ideas?Fatal error: Call to undefined method Smarty_CMS::getTemplateVars()