| 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 : |
{block name="layout_box_list_buttons_bottom"}
</div>
{if $buttons_url|@count > 0}
<ul class="list-group">
{for $i=0 to {$buttons_url|@count}-1}
{if ($buttons_url[$i] && $buttons_url[$i] != '') && ($buttons_text[$i] && $buttons_text[$i] != '')}
{block name="layout_box_list_buttons_bottom_button"}
<li class="list-group-item">
<a href="{$buttons_url[$i]}" title="{$buttons_title[$i]|default:$buttons_text[$i]}">
{$buttons_text[$i]}
</a>
</li>
{/block}
{/if}
{/for}
</ul>
{/if}
</div>
{/block}