Changeset 25278
- Timestamp:
- Nov 1, 2013, 11:05:36 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions_install.inc.php
r25018 r25278 80 80 foreach ($themes->fs_themes as $theme_id => $fs_theme) 81 81 { 82 if (in_array($theme_id, array('elegant', ' Sylvia', 'clear', 'dark', 'smartpocket')))82 if (in_array($theme_id, array('elegant', 'smartpocket'))) 83 83 { 84 84 $themes->perform_action('activate', $theme_id);
Note: See TracChangeset
for help on using the changeset viewer.