Changeset 2778:fe7e025273c4 for plugins/tags
- Timestamp:
- 11/13/14 15:24:23 (11 years ago)
- Branch:
- default
- Location:
- plugins/tags
- Files:
- 
          - 2 edited
 
 - 
          _public.php (modified) (1 diff)
- 
          _widgets.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        plugins/tags/_public.phpr2667 r2778 236 236 global $core, $_ctx; 237 237 238 if ($w->offline) 239 return; 240 238 241 if (($w->homeonly == 1 && $core->url->type != 'default') || 239 242 ($w->homeonly == 2 && $core->url->type == 'default')) { 
- 
        plugins/tags/_widgets.phpr2566 r2778 38 38 $w->tags->setting('content_only',__('Content only'),0,'check'); 39 39 $w->tags->setting('class',__('CSS class:'),''); 40 $w->tags->setting('offline',__('Offline'),0,'check'); 40 41 } 41 42 
Note: See TracChangeset
          for help on using the changeset viewer.
      