Jump to content
xt:Commerce Community Forum

breadcrumb auf ./


Recommended Posts

<ul>

<li>{txt key=TEXT_YOU_ARE_HERE}</li>

{foreach name=aussen item=breadcrumb from=$top_navigation}

{if $smarty.foreach.aussen.last == false}

{if $breadcrumb.name == 'Startseite'}

<li><div itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a href="./" itemprop="url"><span itemprop="title">{$breadcrumb.name|escape:"html"}</span></a></div> ></li>

{else}

<li><div itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a href="{$breadcrumb.url}" itemprop="url"><span itemprop="title">{$breadcrumb.name|escape:"html"}</span></a></div> ></li>

{/if}

{else}

<li>{$breadcrumb.name|escape:"html"}</li>

{/if}

{/foreach}

</ul>

das gleiche gilt für

<div id="branding">

<p id="logo"><a href="./"><img src="{$tpl_url_path}img/logo.png" alt="{$smarty.const._STORE_NAME}" /></a></p><!-- #logo -->

<p id="slogan">{$smarty.const._STORE_STORE_CLAIM}</p><!-- #slogan -->

</div><!-- #branding -->

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...