Changeset 945:a373e04f8ac3 for plugins/blogroll/_widgets.php
- Timestamp:
- 10/31/12 10:13:50 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blogroll/_widgets.php
r904 r945 34 34 $w->links->setting('category',__('Category'),'','combo',$categories); 35 35 36 $w->links->setting('homeonly',__('Home page only'),1,'check'); 36 $w->links->setting('homeonly',__('Display on:'),1,'combo', 37 array( 38 __('All pages') => 0, 39 __('Home page only') => 1, 40 __('Except on home page') => 2 41 ) 42 ); 37 43 $w->links->setting('class',__('CSS class:'),''); 38 44 }
Note: See TracChangeset
for help on using the changeset viewer.