View Single Post
  #5  
Old 05-30-2006, 09:20 AM
  Debra's Avatar 
Debra Debra is offline
 

Advanced Member
  
Join Date: Aug 2005
Posts: 44
 

Default

How can I take home.php completely out of location.tpl? Here's my location.tpl:

Code:
{* $Id: location.tpl,v 1.13 2004/05/29 14:21:41 svowl Exp $ *} <td width="4"></td><td> {if $location} <FONT class="NavigationPath"> {strip} You Are Here: {section name=position loop=$location} {if $location[position].1 ne "" }<A href="{$location[position].1}" class="NavigationPath">{/if} {$location[position].0} {if $location[position].1 ne "" }</A>{/if} {if not %position.last%}>{/if} {/section} {/strip} </FONT> {/if}

...Thanks!
__________________
X-Cart version 4.0.14
Reply With Quote