Ignore:
Timestamp:
Nov 1, 2013, 11:05:36 AM (10 years ago)
Author:
plg
Message:

feature 2994: only activate elegant and smartpocket themes during install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions_install.inc.php

    r25018 r25278  
    8080  foreach ($themes->fs_themes as $theme_id => $fs_theme)
    8181  {
    82     if (in_array($theme_id, array('elegant', 'Sylvia', 'clear', 'dark', 'smartpocket')))
     82    if (in_array($theme_id, array('elegant', 'smartpocket')))
    8383    {
    8484      $themes->perform_action('activate', $theme_id);
Note: See TracChangeset for help on using the changeset viewer.