View Single Post
  #12  
Old 10-16-2009, 11:49 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Breadcrumb Home Link

This works, added code in red
Code:
{foreach from=$location item=l name=location} {if $l.1 && !$smarty.foreach.location.last} {if $l.0 eq $config.Company.company_name} <a href="{$l.1|amp}">Home</a> {else} <a href="{$l.1|amp}">{if $webmaster_mode eq "editor"}{$l.0}{else}{$l.0|escape}{/if}</a> {/if} {else} <span class="current">{if $webmaster_mode eq "editor"}{$l.0}{else}{$l.0|escape}{/if}</span> {/if} {if !$smarty.foreach.location.last} <span>╩</span> {/if} {/foreach}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote