Changeset 2662:87748fd865ef for plugins/pages/_public.php
- Timestamp:
- 02/14/14 14:49:43 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/_public.php
r2635 r2662 270 270 $res = 271 271 ($w->content_only ? '' : '<div class="pages'.($w->class ? ' '.html::escapeHTML($w->class) : '').'">'). 272 ($w->title ? '<h2>'.html::escapeHTML($w->title).'</h2>': '').272 ($w->title ? $w->renderTitle(html::escapeHTML($w->title)) : ''). 273 273 '<ul>'; 274 274
Note: See TracChangeset
for help on using the changeset viewer.