| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/public/theme/html/system/ |
Upload File : |
{load_language_text section="box_categories"}
{block name="layout_left_categories_static"}
{if $content_data.CATEGORIES_DATA|@count > 0}
{block name="layout_left_categories_static_content"}
<div class="box box-categories panel panel-default"{if $linkcrypter && $linkcrypter != ''} data-gambio-widget="link_crypter"{/if}>
{block name="layout_left_categories_static_nav"}
<nav class="navbar-categories-left">
{block name="layout_left_categories_static_list"}
<ul class="nav">
{foreach name=cat_data item=categories_item from=$content_data.CATEGORIES_DATA}
{block name="layout_left_categories_static_list_item"}
<li id="menu_cat_id_{$categories_item.data.id}" class="{if $smarty.foreach.cat_data.first}category-first{elseif $smarty.foreach.cat_data.last}category-last{/if} {if $content_data.active_category_id == $categories_item.data.id}active{/if}" >
{block name="layout_left_categories_static_category"}
<a href="{$categories_item.data.url}" class="{if $categories_item.data.icon && $categories_item.data.icon|strpos:"item_ltr" == false} has-image{/if}" {if $categories_item.data.meta_description != ''} title="{$categories_item.data.meta_description|truncate:80:"..."|replace:'"':'"'|strip_tags}"{else} title="{$categories_item.data.name|replace:"&":"&"|replace:"&":"&"|replace:'"':''|strip_tags}"{/if}>
{block name="layout_left_categories_static_category_icon_if"}
{if $categories_item.data.icon && $categories_item.data.icon|strpos:"item_ltr" == false}
{block name="layout_left_categories_static_category_icon"}
<img src="{$categories_item.data.icon}" alt="" class="cat-image"/>
{/block}
{/if}
{/block}
{block name="layout_left_categories_static_category_name"}
{$categories_item.data.name|replace:"&":"&"|replace:"&":"&"}
{/block}
{block name="layout_left_categories_static_category_count_if"}
{if $categories_item.data.products_count}
{block name="layout_left_categories_static_category_count"}
({$categories_item.data.products_count})
{/block}
{/if}
{/block}
</a>
{/block}
</li>
{/block}
{/foreach}
</ul>
{/block}
</nav>
{/block}
</div>
{/block}
{/if}
{/block}