mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: merge manually grandoc corrections
This commit is contained in:
parent
b8b1a4f60d
commit
f4104f779f
|
|
@ -609,7 +609,7 @@ if (! defined('NOLOGIN'))
|
|||
}
|
||||
|
||||
/*
|
||||
* Overwrite configs global by peronal configs
|
||||
* Overwrite configs global by personal configs
|
||||
*/
|
||||
// Set liste_limit
|
||||
if (isset($user->conf->MAIN_SIZE_LISTE_LIMIT)) // Can be 0
|
||||
|
|
@ -627,7 +627,7 @@ if (! defined('NOLOGIN'))
|
|||
$conf->css = "/theme/".$conf->theme."/style.css.php";
|
||||
}
|
||||
|
||||
// If theme support optim like flip-hide left menu and we use a smartphone, we force it
|
||||
// If theme support option like flip-hide left menu and we use a smartphone, we force it
|
||||
if (! empty($conf->global->MAIN_SMARTPHONE_OPTIM) && $conf->browser->phone && $conf->theme == 'eldy') $conf->global->MAIN_MENU_USE_JQUERY_LAYOUT='forced';
|
||||
|
||||
// Set javascript option
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user