Changeset 2566:9bf417837888 for plugins/blogroll/_widgets.php
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blogroll/_widgets.php
r2412 r2566 21 21 $w->create('links',__('Blogroll'),array('tplBlogroll','linksWidget'),null,'Blogroll list'); 22 22 $w->links->setting('title',__('Title (optional)').' :',__('Links')); 23 23 24 24 $br = new dcBlogroll($GLOBALS['core']->blog); 25 25 $h = $br->getLinksHierarchy($br->getLinks()); … … 33 33 unset($br,$h); 34 34 $w->links->setting('category',__('Category'),'','combo',$categories); 35 35 36 36 $w->links->setting('homeonly',__('Display on:'),1,'combo', 37 37 array( … … 44 44 $w->links->setting('class',__('CSS class:'),''); 45 45 } 46 46 47 47 public static function initDefaultWidgets($w,$d) 48 48 { … … 50 50 } 51 51 } 52 ?>
Note: See TracChangeset
for help on using the changeset viewer.