![]() |
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?
|
Re: Removing the Help Zone title
edit the index file in the help folder on skin1 directory
|
Re: Removing the Help Zone title
I already figured it out.. Thanks tho. :P
|
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.