Changeset 2662:87748fd865ef for plugins/simpleMenu
- Timestamp:
- 02/14/14 14:49:43 (12 years ago)
- Branch:
- default
- Location:
- plugins/simpleMenu
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/simpleMenu/_define.php
r2576 r2662 16 16 /* Description*/ "Simple menu for Dotclear", 17 17 /* Author */ "Franck Paul", 18 /* Version */ '1. 1.2',18 /* Version */ '1.2', 19 19 array( 20 20 'permissions' => 'admin', -
plugins/simpleMenu/_public.php
r2605 r2662 54 54 return 55 55 ($w->content_only ? '' : '<div class="simple-menu'.($w->class ? ' '.html::escapeHTML($w->class) : '').'">'). 56 ($w->title ? '<h2>'.html::escapeHTML($w->title).'</h2>': '').$menu.56 ($w->title ? $w->renderTitle(html::escapeHTML($w->title)) : '').$menu. 57 57 ($w->content_only ? '' : '</div>'); 58 58 }
Note: See TracChangeset
for help on using the changeset viewer.