42868d70
andryeyev
Создал GIT
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<div class="navig">
<a href="http://www.extremstyle.ua/" rel="v:url" property="v:title" style="text-decoration:none;color: #3C3C3C;">
ÅêñòðåìÑòàéë
</a>
{if $rubric.id}
>> <a href="http://www.extremstyle.ua/{$rubric.translit}-catalogs/" rel="v:url" property="v:title" style="text-decoration:none;color: #3C3C3C;">
{$rubric.name}
</a>
{/if}
{if $product.id}
>> <a href="http://www.extremstyle.ua/{$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>
|