mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 20:51:30 +00:00
set global var $theme to 'blue'
This commit is contained in:
parent
067f4fa0ec
commit
f1617e7d1a
|
@ -5,6 +5,7 @@ $settings = new Settings();
|
||||||
$rootDir = realpath ("..");
|
$rootDir = realpath ("..");
|
||||||
$settings->_rootDir = $rootDir.'/';
|
$settings->_rootDir = $rootDir.'/';
|
||||||
|
|
||||||
|
$theme = "blue";
|
||||||
include("../inc/inc.Language.php");
|
include("../inc/inc.Language.php");
|
||||||
include "../languages/English/lang.inc";
|
include "../languages/English/lang.inc";
|
||||||
include("../inc/inc.ClassUI.php");
|
include("../inc/inc.ClassUI.php");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user