Changeset 1063:6636d160f15c for plugins/tags
- Timestamp:
- 12/11/12 17:51:54 (13 years ago)
- Branch:
- default
- Location:
- plugins/tags
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_public.php
r945 r1063 256 256 257 257 $res = 258 '<div class="tags'.($w->class ? ' '.html::escapeHTML($w->class) : '').'">'.258 ($w->content_only ? '' : '<div class="tags'.($w->class ? ' '.html::escapeHTML($w->class) : '').'">'). 259 259 ($w->title ? '<h2>'.html::escapeHTML($w->title).'</h2>' : ''). 260 260 '<ul>'; … … 277 277 } 278 278 279 $res .= '</div>';279 $res .= ($w->content_only ? '' : '</div>'); 280 280 281 281 return $res; -
plugins/tags/_widgets.php
r954 r1063 36 36 ) 37 37 ); 38 $w->tags->setting('content_only',__('Content only'),0,'check'); 38 39 $w->tags->setting('class',__('CSS class:'),''); 39 40 }
Note: See TracChangeset
for help on using the changeset viewer.