Changeset 2778:fe7e025273c4 for plugins/pages/_public.php
- Timestamp:
- 11/13/14 15:24:23 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
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')) {
Note: See TracChangeset
for help on using the changeset viewer.