removing neoclassic skin

This commit is contained in:
Fernando Ontiveros
2025-04-13 15:23:31 +00:00
parent eaa750ef1d
commit 8e09008402
1791 changed files with 8973 additions and 14885 deletions

View File

@@ -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