View Single Post
  #5  
Old 07-06-2007, 06:53 AM
  chamberinternet's Avatar 
chamberinternet chamberinternet is offline
 

X-Wizard
  
Join Date: Sep 2005
Location: Lancashire, UK
Posts: 1,470
 

Default Re: Help Zone Titles

Quote:
Originally Posted by dub713
But we dont' want that Info to be a link, and since that doesn't need to link, we'd just rather remove it. so, how can we ditch the Info, and have
GAMA-GO > About Us

I had to modify location.tpl to get around this:

Code:
{if $location} {strip} {section name=position loop=$location} {if $location[position].1 neq "help.php"} {if $location[position].1 ne "" } <a href="{$location[position].1|amp}"> {else} <strong> {/if} {$location[position].0} {if $location[position].1 ne "" } </a> {else} </strong> {/if} {if not %position.last%} <span>&nbsp;::&nbsp;</span> {/if} {else} {* nothing *} {/if} {/section} {/strip} {/if}

Hope this helps.

Shafiq :sK
__________________
Developing in 4.7.x now (Dipping into v5 - Slowly!)
Have used 4.1.x, 4.2.x, 4.4.x, 4.5.x, 4.6.x & 4.7.x
Multiple Instances of X-Cart
MySQL 5.6.37
CentOS 7.4


Chamber Internet
- Lancashire, United Kingdom
http://www.chamberelancs.co.uk
Reply With Quote