Changeset 945:a373e04f8ac3 for plugins/pages/_public.php
- Timestamp:
- 10/31/12 10:13:50 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/_public.php
r911 r945 221 221 global $core, $_ctx; 222 222 223 if ($w->homeonly && $core->url->type != 'default') { 223 if (($w->homeonly == 1 && $core->url->type != 'default') || 224 ($w->homeonly == 2 && $core->url->type == 'default')) { 224 225 return; 225 226 }
Note: See TracChangeset
for help on using the changeset viewer.