Ignore:
Timestamp:
Mar 2, 2012, 11:14:38 PM (12 years ago)
Author:
plg
Message:

feature 2587: set theme "elegant" as default theme

File:
1 edited

Legend:

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

    r13242 r13467  
    135135  foreach ($themes->fs_themes as $theme_id => $fs_theme)
    136136  {
    137     if (in_array($theme_id, array('Sylvia', 'clear', 'dark', 'smartpocket')))
     137    if (in_array($theme_id, array('elegant', 'Sylvia', 'clear', 'dark', 'smartpocket')))
    138138    {
    139139      $themes->perform_action('activate', $theme_id);
Note: See TracChangeset for help on using the changeset viewer.