Blame view

templates/box/navig.tpl 825 Bytes
466d48e2   andryeyev   + разметка страниц
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <div class="navig" itemtype="http://data-vocabulary.org/Breadcrumb" itemscope="">
  	<a href="{$smarty.const.URL}{$lang_prefix}" itemprop="url" rel="v:url" property="v:title" style="text-decoration:none;color: #3C3C3C;">
  		<span itemprop="title">ÅêñòðåìÑòàéë</span>
  	</a>
  	{if $rubric.id}
  		>> <a href="{$smarty.const.URL}{$lang_prefix}{$rubric.translit}-catalogs/" itemprop="url" rel="v:url" property="v:title" style="text-decoration:none;color: #3C3C3C;">
  			<span itemprop="title">{$rubric.name}</span>
  		</a>
  	{/if}
  	{if $product.id}
  		>> <a href="{$smarty.const.URL}{$lang_prefix}{$rubric.translit}-catalogs/{$product.translit}-{$product.id}/" itemprop="url" style="text-decoration:none;color: #3C3C3C;" rel="v:url" property="v:title">
  			<span itemprop="title">{$product.name|replace:'\'':' '}</span>
  		</a>
  	{/if}
42868d70   andryeyev   Создал GIT
15
  </div>