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?