removing neoclassic skin
This commit is contained in:
@@ -142,11 +142,11 @@ function newSkin ($baseSkin = 'classic')
|
||||
) );
|
||||
$pathBase = G::ExpandPath( "skinEngine" ) . 'base' . PATH_SEP;
|
||||
break;
|
||||
case 'neoclassic':
|
||||
case 'lurana':
|
||||
//Special Copy of this dir + xmlreplace
|
||||
copy_skin_folder( G::ExpandPath( "skinEngine" ) . 'neoclassic' . PATH_SEP, PATH_CUSTOM_SKINS . $skinFolder, array ("config.xml","baseCss"
|
||||
copy_skin_folder( 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
|
||||
|
||||
Reference in New Issue
Block a user