网络营销电子商务研究中心

网络营销电子商务研究中心 (https://www.0058.net/index.php)
-   X-Cart (https://www.0058.net/forumdisplay.php?f=70)
-   -   Breadcrumb Home Link (https://www.0058.net/showthread.php?t=4827)

Aberdeen 2014-10-03 11:31 AM

Breadcrumb Home Link
 
Code:

{*
$Id: bread_crumbs.tpl,v 1.5.2.1 2009/04/01 10:37:47 avg Exp $
vim: set ts=2 sw=2 sts=2 et:
*}
{if $location}
    <div id="location">
            {foreach from=$location item=l name=location}
                  {if $l.0 eq $config.Company.company_name}
                    <a href="{$l.1|amp}" class="bread-crumb{if $smarty.foreach.location.last} last-bread-crumb{/if}">Home</a>
                {else}
                        {if $l.1 && !$smarty.foreach.location.last}
                            <a href="{$l.1|amp}" class="bread-crumb{if $smarty.foreach.location.last} last-bread-crumb{/if}">{if $webmaster_mode eq "editor"}{$l.0}{else}{$l.0|escape}{/if}</a>
                        {else}
                          <font class="bread-crumb{if $smarty.foreach.location.last} last-bread-crumb{/if}">{if $webmaster_mode eq "editor"}{$l.0}{else}{$l.0|escape}{/if}</font>
                        {/if}
                    {/if}
                    {if !$smarty.foreach.location.last}
                        <span>::</span>
                    {/if}
              {/foreach}
      </div>
{/if}

works under 4.2.X


All times are GMT +8. The time now is 10:59 PM.

Powered by vBulletin Version 3.8.7
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.