Re: Can't access custom variable
You have to assign it to smarty form the php file before you can access it in template
$smarty->assign("variable_name_in_template", $variable_name_in_php);
__________________
Steve Stoyanov
CFLSystems.com
Web Development
|