Files
kupshop/web/templates/koza/block.menu.user.tpl
2025-08-02 16:30:27 +02:00

21 lines
1.1 KiB
Smarty

<ul class="list-unstyled">
<li><i class="fc fc-angle-right"></i> <a href="{url s=account}">{t}Můj účet{/t}</a></li>
<li><i class="fc fc-angle-right"></i> <a href="{url s=orders}">{t}Objednávky{/t} ({get_stats type='user_orders'})</a></li>
<li><i class="fc fc-angle-right"></i> <a href="{url s=category campaign=W}">{t}Hlídané zboží{/t} ({get_stats type='user_watchdog'})</a>
</li>
<li><i class="fc fc-angle-right"></i> <a href="{url s=category campaign=F}">{t}Oblíbené{/t} ({get_stats type='user_favorite_goods'})</a>
</li>
{ifmodule RECLAMATIONS}
<li><i class="fc fc-angle-right"></i>
<a href="{path('kupshop_reclamations_reclamations_reclamations')}" title="{t}Reklamace{/t}">{t}Reklamace{/t}
({get_stats type='elnino_reclamations'})</a></li>
{/ifmodule}
{ifmodule RETURNS}
<li><i class="fc fc-angle-right"></i>
<a href="{path('kupshop_returns_returns_returns')}" title="{t}Vrácení zboží{/t}">{t}Vrácení zboží{/t}
({get_stats type='user_returns'})</a></li>
{/ifmodule}
<li><i class="fc fc-angle-right"></i> <a href="{url s=logout}">{t}Odhlásit se{/t}</a></li>
</ul>