Changeset 954:958704d2486f for plugins/blogroll/_widgets.php
- Timestamp:
- 11/02/12 22:48:36 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blogroll/_widgets.php
r945 r954 19 19 public static function initWidgets($w) 20 20 { 21 $w->create('links',__('Blogroll'),array('tplBlogroll','linksWidget') );21 $w->create('links',__('Blogroll'),array('tplBlogroll','linksWidget'),null,'Blogroll list'); 22 22 $w->links->setting('title',__('Title:'),__('Links')); 23 23
Note: See TracChangeset
for help on using the changeset viewer.