| 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/tmp/theme210318125255/html/system/ |
Upload File : |
{load_language_text section="index"}
{if $module_content}
{block name="header_live_search"}
{block name="header_live_search_title"}
<span id="live-search-head">
{$txt.text_live_search_head}:
</span>
{/block}
{block name="header_live_search_list"}
<ul class="search-result">
{foreach name=aussen item=module_data from=$module_content}
{block name="header_live_search_item"}
<li>
{if $module_data.PRODUCTS_IMAGE_NAME != ''}
{block name="header_live_search_image"}
<img class="img-responsive product-image" src="{$module_data.PRODUCTS_IMAGE}" />
{/block}
{else}
{block name="header_live_search_no_image"}
<div class="product-image fa fa-picture-o"> </div>
{/block}
{/if}
{block name="header_live_search_product_name"}
<a href="{$module_data.PRODUCTS_URL}" title="{$module_data.PRODUCTS_NAME}">
<span>
{$module_data.PRODUCTS_NAME}
</span>
</a>
{/block}
</li>
{/block}
{/foreach}
</ul>
{/block}
{/block}
{/if}