navig.tpl 606 Bytes
<div class="navig">
<a href="{$smarty.const.URL}{$lang_prefix}" rel="v:url" property="v:title" style="text-decoration:none;color: #3C3C3C;">
ÅêñòðåìÑòàéë
</a>
{if $rubric.id}
>> <a href="{$smarty.const.URL}{$lang_prefix}{$rubric.translit}-catalogs/" rel="v:url" property="v:title" style="text-decoration:none;color: #3C3C3C;">
{$rubric.name}
</a>
{/if}
{if $product.id}
>> <a href="{$smarty.const.URL}{$lang_prefix}{$rubric.translit}-catalogs/{$product.translit}-{$product.id}/" style="text-decoration:none;color: #3C3C3C;" rel="v:url" property="v:title">
{$product.name|replace:'\'':' '}
</a>
{/if}
</div>