removing neoclassic skin
This commit is contained in:
@@ -40,7 +40,7 @@ class Skins
|
||||
$skinDescription = '',
|
||||
$skinAuthor = 'ProcessMaker Team',
|
||||
$skinWorkspace = 'global',
|
||||
$skinBase = 'neoclassic'
|
||||
$skinBase = 'lurana'
|
||||
) {
|
||||
try {
|
||||
if (!(isset($skinName))) {
|
||||
@@ -75,13 +75,13 @@ class Skins
|
||||
));
|
||||
$pathBase = G::ExpandPath("skinEngine").'base'.PATH_SEP;
|
||||
break;
|
||||
case 'neoclassic':
|
||||
case 'lurana':
|
||||
//Special Copy of this dir + xmlreplace
|
||||
$this->copySkinFolder(G::ExpandPath("skinEngine").'neoclassic'.PATH_SEP,
|
||||
$this->copySkinFolder(G::ExpandPath("skinEngine").'lurana'.PATH_SEP,
|
||||
PATH_CUSTOM_SKINS.$skinFolder,
|
||||
array("config.xml", "baseCss"
|
||||
));
|
||||
$pathBase = G::ExpandPath("skinEngine").'neoclassic'.PATH_SEP;
|
||||
$pathBase = G::ExpandPath("skinEngine").'lurana'.PATH_SEP;
|
||||
break;
|
||||
default:
|
||||
//Commmon copy/paste of a folder + xmlrepalce
|
||||
|
||||
@@ -37,7 +37,7 @@ class System
|
||||
'debug_sql' => 0,
|
||||
'debug_time' => 0,
|
||||
'debug_calendar' => 0,
|
||||
'default_skin' => 'neoclassic',
|
||||
'default_skin' => 'lurana',
|
||||
'default_lang' => 'en',
|
||||
'delay' => '0',
|
||||
'disable_php_upload_execution' => 0,
|
||||
|
||||
Reference in New Issue
Block a user