b374k
m1n1 1.01
Apache
Linux webd001.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
uid=2234(oyaide) gid=100(users) groups=100(users)
server ip : 213.186.33.18 | your ip : 216.73.216.109
safemode OFF
 >  / home / oyaide / www / moycompany.com / piwigo2 / themes / stripped / template /
Filename/home/oyaide/www/moycompany.com/piwigo2/themes/stripped/template/menubar.tpl
Size260
Permissionrw----r--
Owneroyaide : users
Create time11-Mar-2016 17:18
Last modified28-Jan-2012 18:45
Last accessed28-Jan-2012 18:45
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
{if !empty($blocks) }
<div id="menubar">
{foreach from=$blocks key=id item=block}
<dl id="{$id}">
{if not empty($block->template)}
{include file=$block->template|@get_extent:$id }
{else}
{$block->raw_content}
{/if}
</dl>
{/foreach}
</div>
{/if}