View Single Post
  #2  
Old 12-09-2004, 11:39 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

The section variable gets passed when the help.tpl is called through the common_templates.tpl so it won't be available globally. You can't then use it on your other templates.

You can try:

Code:
{$smarty.get.section}
Reply With Quote