set global var $theme to 'blue'

This commit is contained in:
Uwe Steinmann 2013-02-20 09:43:39 +01:00
parent 067f4fa0ec
commit f1617e7d1a

View File

@ -5,6 +5,7 @@ $settings = new Settings();
$rootDir = realpath ("..");
$settings->_rootDir = $rootDir.'/';
$theme = "blue";
include("../inc/inc.Language.php");
include "../languages/English/lang.inc";
include("../inc/inc.ClassUI.php");