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_upgrade.php

    r12922 r13467  
    120120    'Sylvia',
    121121    'dark',
     122    'elegant',
    122123    );
    123124
     
    163164      $query = '
    164165UPDATE '.PREFIX_TABLE.'user_infos
    165   SET theme = \'Sylvia\'
     166  SET theme = \'elegant\'
    166167  WHERE user_id = '.$conf['default_user_id'].'
    167168;';
Note: See TracChangeset for help on using the changeset viewer.