| 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="downloads"}
{if $dl != ''}
{block name="downloads"}
{block name="downloads_title"}
<h3>{$txt.heading_download}</h3>
{/block}
{if $dl_prevented == 'true'}
{block name="downloads_alert"}
{include file="get_usermod:{$tpl_path}alert_message.html" message=$txt.download_not_allowed type="info"}
{/block}
{else}
{block name="downloads_list"}
{foreach name=aussen item=dl_data from=$dl}
{block name="downloads_item_dl"}
<dl>
{if $dl_data.pic_link && $dl_data.delay_message == ''}
{block name="downloads_item_dl_icon"}
<dt>
<a href="{$dl_data.pic_link}">
<img src="{$theme_path}images/icons/document.png" />
</a>
</dt>
{/block}
{/if}
{if $dl_data.delay_message == ''}
{block name="downloads_item_dl_no_message"}
<dd>
<a href="{$dl_data.download_link_url}">{$dl_data.download_link_text}</a>
<br />
{$txt.text_download_count} {$dl_data.count} {$txt.text_download_date} {$dl_data.date_short}
</dd>
{/block}
{else}
{block name="downloads_item_dl_message"}
<dd>
{$dl_data.delay_message}
</dd>
{/block}
{/if}
</dl>
{/block}
{/foreach}
{/block}
{/if}
{/block}
{/if}