DOCSYSTEM Bandera para quitar el skin classic de la lista

Bandera para quitar el skin classic de la lista
This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-05-03 12:11:45 -04:00
parent 9aa061e4df
commit e2ee160fba

View File

@@ -956,6 +956,11 @@ class System
$folderId = 'classic'; $folderId = 'classic';
} }
$partnerFlag = (defined('PARTNER_FLAG')) ? PARTNER_FLAG : false;
if ($partnerFlag && ($folderId == 'classic')){
continue;
}
$xmlConfiguration = file_get_contents( $configInformation ); $xmlConfiguration = file_get_contents( $configInformation );
$xmlConfigurationObj = G::xmlParser( $xmlConfiguration ); $xmlConfigurationObj = G::xmlParser( $xmlConfiguration );