View Single Post
  #2  
Old 09-19-2005, 12:39 PM
  anoack's Avatar 
anoack anoack is offline
 

Senior Member
  
Join Date: Dec 2002
Location: Austin, TX
Posts: 113
 

Default

Quite simple, what you want to do is open up help/index.tpl and just add

Code:
{elseif $section eq "other"} {include file="help/other.tpl"}
Make sure you add this before the {else} tag and after the {if $section eq "Password_Recovery"} tag.

so if some one went to help.php?section=other then it would display other.tpl.

Hope this helps!
__________________
X-Cart: 4.0.13 [Linux]
Reply With Quote