Save
This commit is contained in:
@@ -22,27 +22,29 @@
|
||||
* @copyright Since 2007 PrestaShop SA and Contributors
|
||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||
*}
|
||||
<nav data-depth="{$breadcrumb.count}" class="breadcrumb hidden-sm-down">
|
||||
<ol>
|
||||
{block name='breadcrumb'}
|
||||
{foreach from=$breadcrumb.links item=path name=breadcrumb}
|
||||
{block name='breadcrumb_item'}
|
||||
<li>
|
||||
{if not $smarty.foreach.breadcrumb.last}
|
||||
<a href="{$path.url}"><span>{$path.title}</span></a>
|
||||
{else}
|
||||
<span>{$path.title}</span>
|
||||
{/if}
|
||||
</li>
|
||||
|
||||
{if not $smarty.foreach.breadcrumb.last}
|
||||
<li class="separator">
|
||||
<img src="/img/cms/icons/mini-arrow-right-brown.svg">
|
||||
<div class="row">
|
||||
<nav data-depth="{$breadcrumb.count}" class="breadcrumb hidden-sm-down">
|
||||
<ol>
|
||||
{block name='breadcrumb'}
|
||||
{foreach from=$breadcrumb.links item=path name=breadcrumb}
|
||||
{block name='breadcrumb_item'}
|
||||
<li>
|
||||
{if not $smarty.foreach.breadcrumb.last}
|
||||
<a href="{$path.url}"><span>{$path.title}</span></a>
|
||||
{else}
|
||||
<span>{$path.title}</span>
|
||||
{/if}
|
||||
</li>
|
||||
{/if}
|
||||
|
||||
{/block}
|
||||
{/foreach}
|
||||
{/block}
|
||||
</ol>
|
||||
</nav>
|
||||
{if not $smarty.foreach.breadcrumb.last}
|
||||
<li class="separator">
|
||||
<img src="/img/cms/icons/mini-arrow-right-brown.svg">
|
||||
</li>
|
||||
{/if}
|
||||
|
||||
{/block}
|
||||
{/foreach}
|
||||
{/block}
|
||||
</ol>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user