X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Removing the Help Zone title (https://forum.x-cart.com/showthread.php?t=33870)

ARW VISIONS 09-12-2007 08:26 AM

Removing the Help Zone title
 
When I click on help on the vert menu I go to the help zone page. At the top there is the title 'Help Zone'. When I click on alink to go the teh section the 'Help Zone' title stays. Is there a way for that to go away I go to the sections?

shan 09-12-2007 02:35 PM

Re: Removing the Help Zone title
 
edit the index file in the help folder on skin1 directory

ARW VISIONS 09-12-2007 02:38 PM

Re: Removing the Help Zone title
 
I already figured it out.. Thanks tho. :P

ARW VISIONS 09-12-2007 02:40 PM

Re: Removing the Help Zone title
 
did my first if else thingy :)

{if $section eq "conditions"}
{include file="page_title.tpl" title="Terms and Conditions"}

{elseif $section eq "contactus"}
{include file="page_title.tpl" title="Contact Us"}

{elseif $section eq "about"}
{include file="page_title.tpl" title="About Us"}

{elseif $section eq "business"}
{include file="page_title.tpl" title="Privacy Statement"}

{else}
{include file="page_title.tpl" title=$lng.lbl_help_zone}
{/if}

Super simple, I know but it's exciting to me. I've only done HTML, CSS, and javaScript. PHP and Smarty have been intimidating.


All times are GMT -8. The time now is 06:48 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.