View Single Post
  #2  
Old 03-10-2011, 07:07 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default 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
Reply With Quote