Changeset 945:a373e04f8ac3 for plugins/tags
- Timestamp:
- 10/31/12 10:13:50 (13 years ago)
- Branch:
- default
- Location:
- plugins/tags
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_public.php
r932 r945 225 225 global $core; 226 226 227 if (($w->homeonly == 1 && $core->url->type != 'default') || 228 ($w->homeonly == 2 && $core->url->type == 'default')) { 229 return; 230 } 231 227 232 $params = array('meta_type' => 'tag'); 228 233 -
plugins/tags/_widgets.php
r904 r945 29 29 ); 30 30 $w->tags->setting('alltagslinktitle',__('Link to all tags:'),__('All tags')); 31 $w->tags->setting('homeonly',__('Display on:'),0,'combo', 32 array( 33 __('All pages') => 0, 34 __('Home page only') => 1, 35 __('Except on home page') => 2 36 ) 37 ); 31 38 $w->tags->setting('class',__('CSS class:'),''); 32 39 }
Note: See TracChangeset
for help on using the changeset viewer.