Re: Lokking for home.php
Hi
All done now, but what a headache. here is how;
{* $Id: location.tpl,v 1.14 2005/11/17 06:55:36 max Exp $ *}
{if $usertype eq "C" or $usertype eq "B"}
{if $location}
<font class="NavigationPath">
{strip}
{section name=position loop=$location}
{if $location[position].1 ne "" }{if $location[position].0 ne $config.Company.company_name}<a href="{$location[position].1}" class="NavigationPath">{else}<a href="{$http_location}/" class="NavigationPath">{/if}{/if}
{$location[position].0}
{if $location[position].1 ne "" }</a>{/if}
{if not %position.last%} / {/if}
{/section}
{/strip}
</font>
{/if}
{else}
{if $location}
{strip}
{section name=position loop=$location}
{if $location[position].1 ne "" }<a href="{$location[position].1|amp}">{/if}
{$location[position].0}
{if $location[position].1 ne "" }</a>{/if}
{if not %position.last%} / {/if}
{/section}
{/strip}<hr />
{/if}
{/if}
|