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

@@ -122,7 +122,7 @@ class JavaBridgePM
$template->assign( 'heightDetail', count( $xmlFields ) * 15 + 20 );
$template->assign( 'PAGE_NUMBER', '{PAGE_NUMBER}' );
$logoReporte = System::getServerProtocolHost() . '/images/processmaker.logo.jpg';
$logoReporte = System::getServerProtocolHost() . '/images/lurana.logo.png';
$template->assign( 'logoReporte', $logoReporte );
foreach ($xmlFields as $key => $val) {

View File

@@ -2408,7 +2408,7 @@ class WorkspaceTools
$SERVER_INFO = unserialize($SERVER_INFO);
$envFile = PATH_CONFIG . 'env.ini';
$skin = 'neoclassic';
$skin = 'lurana';
if (file_exists($envFile)) {
$sysConf = System::getSystemConfiguration($envFile);
$lang = $sysConf['default_lang'];