Re: Change URL for Contact Us
1. use webmaster mode.
2. webmaster mode will tell you the template that the contact us link is living in
- it's probably help.tpl
- it probably looks something like this:
<a href="help.php?section=contactus&mode=update" class="VertMenuItems">{$lng.lbl_contact_us}</a><br />
- you probably want it to be something like:
<a href="support_system_link.php" class="VertMenuItems">{$lng.lbl_contact_us}</a><br />
WEBMASTER MODE will answer 99% of your "where is... ?" questions.
Hope this helps.
Jeremy
**thread moved to template editing**
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
|