Advertisement
Guest User

DEINTHEME/frontend/index/breadcrumb.tpl

a guest
Aug 26th, 2019
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 0.63 KB | None | 0 0
  1. {extends file="parent:frontend/index/breadcrumb.tpl"}
  2.  
  3. {block name="frontend_index_breadcrumb_prefix"}
  4.     <li role="menuitem" class="breadcrumb--entry" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
  5.         <a class="breadcrumb--link" href="{url controller='index'}" title="Home" itemprop="item">
  6.             <link itemprop="url" href="{url controller='index'}" />
  7.             <span class="breadcrumb--title" itemprop="name">Home</span>
  8.         </a>
  9.     </li>
  10.     <li role="none" class="breadcrumb--separator">
  11.         <i class="icon--arrow-right"></i>
  12.     </li>
  13.  
  14.     {$smaryt.block.parent}
  15. {/block}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement