Changeset 496
- Timestamp:
- 08/22/08 08:56:08 (15 years ago)
- Location:
- plugins/arlequin
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/arlequin/_define.php
r483 r496 20 20 /* Description*/ 'Allows visitors choose a theme', 21 21 /* Author */ 'Oleksandr Syenchuk', 22 /* Version */ '2008.08 ',22 /* Version */ '2008.08-r1', 23 23 /* Permissions */ 'contentadmin' 24 24 ); -
plugins/arlequin/_public.php
r483 r496 64 64 public static function switchTheme(&$blog,$theme) 65 65 { 66 if ($blog->settings->mt_exclude) { 67 if (in_array($theme,explode('/',$blog->settings->mt_exclude))) { 68 return; 69 } 70 } 71 66 72 $GLOBALS['__theme'] = $blog->settings->theme = $theme; 67 73 }
Note: See TracChangeset
for help on using the changeset viewer.