Changeset 954:958704d2486f for plugins/tags
- Timestamp:
- 11/02/12 22:48:36 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_widgets.php
r945 r954 19 19 public static function initWidgets($w) 20 20 { 21 $w->create('tags',__('Tags'),array('tplTags','tagsWidget') );21 $w->create('tags',__('Tags'),array('tplTags','tagsWidget'),null,'Tags cloud'); 22 22 $w->tags->setting('title',__('Title:'),__('Tags')); 23 23 $w->tags->setting('limit',__('Limit (empty means no limit):'),'20');
Note: See TracChangeset
for help on using the changeset viewer.