| 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/themes/Honeygrid/html/system/ |
Upload File : |
{block name="layout_header_navbar_buttons"}
{cart_products_qty out=qty}
{assign var="showTopSearch" value={template_setting name="gx-show-search-top-nav"}}
{assign var="hideSearch" value={template_setting name="gx-hide-search-col"}}
{block name="layout_header_navbar_buttons_open_categories"}
<button type="button" class="navbar-toggle" data-mobile_menu-target="#categories .navbar-collapse"
data-mobile_menu-body-class="categories-open" data-mobile_menu-toggle-content-visibility>
<img src="{$theme_path}images/svgs/bars.svg" class="gx-menu svg--inject" alt="">
</button>
{/block}
{block name="layout_header_navbar_buttons_basket"}
<button type="button" class="navbar-toggle cart-icon" data-mobile_menu-location="shopping_cart.php">
<img src="{$theme_path}images/svgs/basket.svg" class="gx-cart-basket svg--inject" alt="">
<span class="cart-products-count{if $qty == 0} hidden{/if}">
{$qty}
</span>
</button>
{/block}
{if (!$hideSearch || $showTopSearch) && 'GM_QUICK_SEARCH'|gm_get_conf == 'true'}
{block name="layout_header_navbar_buttons_search"}
<button type="button" class="navbar-toggle" data-mobile_menu-target=".navbar-search" data-mobile_menu-body-class="search-open"
data-mobile_menu-toggle-content-visibility>
<img src="{$theme_path}images/svgs/search.svg" class="gx-search svg--inject" alt="">
</button>
{/block}
{/if}
{/block}