mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 01:12:29 +02:00
abb2f22b2e
- the menubar is composed now of dynamic blocks that can be ordered/hidden - plugins can add their own blocks git-svn-id: http://piwigo.org/svn/trunk@2488 68402e56-0260-453c-a942-63ccdbb3a9ee
8 lines
131 B
Smarty
8 lines
131 B
Smarty
|
|
<!-- personalised menu bar -->
|
|
{if $block->get_title() !="" }
|
|
<dt>{$block->get_title()}</dt>
|
|
{/if}
|
|
<dd>
|
|
{$block->data}
|
|
</dd> |