Ignore:
Timestamp:
Jan 23, 2012, 1:32:53 PM (13 years ago)
Author:
chronos
Message:
  • Obsah soubor missing.php přesunut do Page.php.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Global.php

    r383 r384  
    3131  var $Pages = array();
    3232  var $Type;
     33  var $Style;
    3334 
    3435  function __construct($Database)
     
    6970
    7071  $System = new System($Database);
     72  $System->Style = $Config['Web']['Style'];
     73  $System->RootFolder = $Config['Web']['RootFolder'];
    7174  $System->Config = &$Config;
    7275  $System->Install();
    73   $System->Init();
     76  $System->Init(); 
    7477}
    7578
Note: See TracChangeset for help on using the changeset viewer.