View Single Post
  #1  
Old 08-03-2004, 08:30 AM
 
loman loman is offline
 

Newbie
  
Join Date: May 2004
Location: Houston, TX US
Posts: 9
 

Default How to set new *.tpl in "help_section"

I need to add new 'sections' to the "help" section. It appears the *.tpl files called by
www.??.com/store/partner/help.php?section=
are required to have values set for their respective 'section name' so the system some how recognizes them by the name listed after "?section="

Example= /store/partner/help.php?section=conditions
calls /store/help/conditions.tpl
which in turn has an include calling "help/conditions_customers.tpl"

If I create a new file named disclaimer.tpl, how do I set the x-cart system to recognize disclaimer.tpl when called from the link
/store/partner/help.php?section=disclaimer
which is supposed to call
/store/help/disclaimer.tpl
which in turn has an include calling "help/disclaimer_customers.tpl"

Is this value or variable set in a *.php file called even earlier?
__________________
Loman
x-cart version 3.5.7 [linux]
http://www.net-buzz.com
Reply With Quote