Merge pull request #1712 from marcoAntonioNina/SKIN-NEOCLASSIC

Add new skin neoclassic
This commit is contained in:
julceslauhub
2013-05-10 07:01:13 -07:00
1385 changed files with 26845 additions and 20 deletions

View File

@@ -122,6 +122,12 @@ function newSkin ($baseSkin = 'classic')
) );
$pathBase = G::ExpandPath( "skinEngine" ) . 'base' . PATH_SEP;
break;
case 'neoclassic':
//Special Copy of this dir + xmlreplace
copy_skin_folder( G::ExpandPath( "skinEngine" ) . 'neoclassic' . PATH_SEP, PATH_CUSTOM_SKINS . $skinFolder, array ("config.xml","baseCss"
) );
$pathBase = G::ExpandPath( "skinEngine" ) . 'neoclassic' . PATH_SEP;
break;
default:
//Commmon copy/paste of a folder + xmlrepalce
copy_skin_folder( PATH_CUSTOM_SKINS . $skinBase, PATH_CUSTOM_SKINS . $skinFolder, array ("config.xml"