Changeset 2778:fe7e025273c4 for plugins/pages
- Timestamp:
- 11/13/14 15:24:23 (11 years ago)
- Branch:
- default
- Location:
- plugins/pages
- Files:
-
- 2 edited
-
_public.php (modified) (1 diff)
-
_widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/_public.php
r2771 r2778 243 243 global $core, $_ctx; 244 244 245 if ($w->offline) 246 return; 247 245 248 if (($w->homeonly == 1 && $core->url->type != 'default') || 246 249 ($w->homeonly == 2 && $core->url->type == 'default')) { -
plugins/pages/_widgets.php
r2671 r2778 40 40 $w->pages->setting('content_only',__('Content only'),0,'check'); 41 41 $w->pages->setting('class',__('CSS class:'),''); 42 $w->pages->setting('offline',__('Offline'),0,'check'); 42 43 } 43 44
Note: See TracChangeset
for help on using the changeset viewer.
