Ignore:
Timestamp:
Mar 25, 2010, 11:08:33 AM (14 years ago)
Author:
plg
Message:

improvement: dynamically activate all installed themes (with checks on
parent availability and so on).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/themes.class.php

    r5259 r5340  
    7979        {
    8080          // the theme is already active
     81          break;
     82        }
     83
     84        if ('default' == $theme_id)
     85        {
     86          // you can't activate the "default" theme
    8187          break;
    8288        }
Note: See TracChangeset for help on using the changeset viewer.