mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +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 ("..");
|
||||
$settings->_rootDir = $rootDir.'/';
|
||||
|
||||
$theme = "blue";
|
||||
include("../inc/inc.Language.php");
|
||||
include "../languages/English/lang.inc";
|
||||
include("../inc/inc.ClassUI.php");
|
||||
|
|
Loading…
Reference in New Issue
Block a user