Changeset 2409:9c32db5a12cb for plugins/widgets/_default_widgets.php
- Timestamp:
- 10/09/13 17:12:51 (12 years ago)
- Branch:
- widgets
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/_default_widgets.php
r2402 r2409 47 47 $__widgets->langs->advanced_setting('class',__('CSS class:'),''); 48 48 49 $__widgets->create('categories',__(' Categories'),array('defaultWidgets','categories'),null,'List of categories');49 $__widgets->create('categories',__('List of categories'),array('defaultWidgets','categories'),null,'List of categories'); 50 50 $__widgets->categories->setting('title',__('Title (optional)').' :',__('Categories')); 51 51 $__widgets->categories->setting('postcount',__('With entries counts'),0,'check');
Note: See TracChangeset
for help on using the changeset viewer.