Thread
:
help changing navigation tabs based on current page
View Single Post
#
2
12-09-2004, 11:39 PM
Jon
X-Guru
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
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}
Jon
View Public Profile
Visit Jon's homepage!
Find all posts by Jon