Changeset 2667:ef63c4e390be for plugins/simpleMenu/_public.php
- Timestamp:
- 02/22/14 10:04:16 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/simpleMenu/_public.php
r2662 r2667 52 52 } 53 53 54 return 55 ($w->content_only ? '' : '<div class="simple-menu'.($w->class ? ' '.html::escapeHTML($w->class) : '').'">'). 56 ($w->title ? $w->renderTitle(html::escapeHTML($w->title)) : '').$menu. 57 ($w->content_only ? '' : '</div>'); 54 return $w->renderDiv($w->content_only,'simple-menu '.$w->class,'', 55 ($w->title ? $w->renderTitle(html::escapeHTML($w->title)) : '').$menu); 58 56 } 59 57
Note: See TracChangeset
for help on using the changeset viewer.