View Single Post
  #3  
Old 11-07-2004, 03:11 AM
  a1deano's Avatar 
a1deano a1deano is offline
 

X-Adept
  
Join Date: Oct 2004
Posts: 745
 

Default

Hi cotc2001, many thanks for your help and reply, i appologise for not putting version number, i shall go and amend that now and include in my signiture, i deleted {include file="location.tpl"} from the home.tpl
was looking in the

<TITLE>

{if $config.SEO.page_title_format eq "A"}

{section name=position loop=$location}

{$location[position].0|escape}

{if not %position.last%} :: {/if}

{/section}

{else}

{section name=position loop=$location step=-1}

{$location[position].0|escape}

{if not %position.last%} :: {/if}

{/section}

{/if}

</TITLE>

but everything i tried came back with smarty error, but i finally done it
appreciate your time, thanks again regards Dean
__________________
--------------
V4.6.1
xcartmods - Reboot Template

X-cart - X-PDF

Altered Cart - Checkout one
Reply With Quote