navig.tpl 825 Bytes
<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}
</div>