Changeset 2778:fe7e025273c4 for plugins/blogroll
- Timestamp:
- 11/13/14 15:24:23 (11 years ago)
- Branch:
- default
- Location:
- plugins/blogroll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blogroll/_public.php
r2667 r2778 140 140 global $core; 141 141 142 if ($w->offline) 143 return; 144 142 145 if (($w->homeonly == 1 && $core->url->type != 'default') || 143 146 ($w->homeonly == 2 && $core->url->type == 'default')) { -
plugins/blogroll/_widgets.php
r2566 r2778 43 43 $w->links->setting('content_only',__('Content only'),0,'check'); 44 44 $w->links->setting('class',__('CSS class:'),''); 45 $w->links->setting('offline',__('Offline'),0,'check'); 45 46 } 46 47
Note: See TracChangeset
for help on using the changeset viewer.