Changeset 5340 for trunk/install.php


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/install.php

    r5266 r5340  
    377377    load_conf_from_db();
    378378
     379    // PWG_CHARSET is required for building the fs_themes array in the
     380    // themes class
     381    define('PWG_CHARSET', $pwg_charset);
     382    activate_all_themes();
     383
    379384    $insert = array(
    380385      'id' => 1,
Note: See TracChangeset for help on using the changeset viewer.