Change the default skin to classic, after install ProcessMaker

This commit is contained in:
Julio Cesar Laura
2012-10-16 17:01:52 -04:00
parent 0e8d24622e
commit fd7103edb7

View File

@@ -820,9 +820,9 @@ class Installer extends Controller
G::loadClass('system'); G::loadClass('system');
$envFile = PATH_CONFIG . 'env.ini'; $envFile = PATH_CONFIG . 'env.ini';
//writting for new installtions to use the new skin 'uxmind' with new Front End ExtJs Based //writting for new installtions to use the classic skin
$updatedConf['default_skin'] = 'uxmodern'; $updatedConf['default_skin'] = 'classic';
$info->uri = '/sys' . $_REQUEST['workspace'] . '/en/uxmodern/main/login'; $info->uri = '/sys' . $_REQUEST['workspace'] . '/en/classic/login/login';
try { try {
G::update_php_ini($envFile, $updatedConf); G::update_php_ini($envFile, $updatedConf);