|
@@ -292,13 +292,18 @@ function dol_loginfunction($langs,$conf,$mysoc)
|
|
|
// Google AD
|
|
|
$main_google_ad_client = ((! empty($conf->global->MAIN_GOOGLE_AD_CLIENT) && ! empty($conf->global->MAIN_GOOGLE_AD_SLOT))?1:0);
|
|
|
|
|
|
+ // Set jquery theme
|
|
|
$dol_loginmesg = (! empty($_SESSION["dol_loginmesg"])?$_SESSION["dol_loginmesg"]:'');
|
|
|
$favicon=DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/favicon.ico';
|
|
|
$jquerytheme = 'smoothness';
|
|
|
if (! empty($conf->global->MAIN_USE_JQUERY_THEME)) $jquerytheme = $conf->global->MAIN_USE_JQUERY_THEME;
|
|
|
|
|
|
+ // Set dol_hide_topmenu and dol_hide_leftmenu
|
|
|
+ $dol_hide_topmenu=GETPOST('dol_hide_topmenu');
|
|
|
+ $dol_hide_leftmenu=GETPOST('dol_hide_leftmenu');
|
|
|
|
|
|
- include $template_dir.'login.tpl.php'; // To use native PHP
|
|
|
+ // Include login page template
|
|
|
+ include $template_dir.'login.tpl.php';
|
|
|
|
|
|
|
|
|
$_SESSION["dol_loginmesg"] = '';
|