Changeset 2662:87748fd865ef for plugins/blogroll/_public.php
- Timestamp:
- 02/14/14 14:49:43 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blogroll/_public.php
r2566 r2662 153 153 return 154 154 ($w->content_only ? '' : '<div class="links'.($w->class ? ' '.html::escapeHTML($w->class) : '').'">'). 155 ($w->title ? '<h2>'.html::escapeHTML($w->title).'</h2>': '').155 ($w->title ? $w->renderTitle(html::escapeHTML($w->title)) : ''). 156 156 $links. 157 157 ($w->content_only ? '' : '</div>');
Note: See TracChangeset
for help on using the changeset viewer.