View Single Post
  #2  
Old 10-18-2003, 01:03 AM
 
vickys_box vickys_box is offline
 

Member
  
Join Date: Aug 2003
Posts: 17
 

Default

The section is just a name, you still need to link that name with the template you want to show. The linking is done in help/index.tpl. Simply add the following before the final {else} statement in that file.

Code:
{elseif $section eq "your_section_name"} {include file="help/your_template_name.tpl"}
Reply With Quote