Changeset 2662:87748fd865ef for plugins/simpleMenu/_public.php
- Timestamp:
- 02/14/14 14:49:43 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.