source: extensions/AMenuManager/menu_templates/menubar_personalised.tpl @ 9484

Last change on this file since 9484 was 8962, checked in by grum, 13 years ago

release 3.0.0
fix bug:1716, bug:2128, bug:1296, bug:2052, bug:1910, bug:1723, bug:1709, bug:1680, bug:1477, bug:2129
rewrite plugin core, implement ajax interface, optimize JS

  • Property svn:executable set to *
File size: 131 bytes
Line 
1<!-- personalised menu bar -->
2{if $block->get_title() !="" }
3  <dt>{$block->get_title()}</dt>
4{/if}
5<dd>
6    {$block->data}
7</dd>
Note: See TracBrowser for help on using the repository browser.