|
@@ -148,8 +148,10 @@ function dol_loginfunction($langs,$conf,$mysoc)
|
|
|
if (! preg_match('/mainmenu=/',$php_self)) $php_self.=(preg_match('/\?/',$php_self)?'&':'?').'mainmenu=home';
|
|
|
|
|
|
// Title
|
|
|
- $title='Dolibarr '.DOL_VERSION;
|
|
|
+ $appli=constant('DOL_APPLICATION_TITLE');
|
|
|
+ $title=$appli.' '.DOL_VERSION;
|
|
|
if (! empty($conf->global->MAIN_APPLICATION_TITLE)) $title=$conf->global->MAIN_APPLICATION_TITLE;
|
|
|
+ $titletruedolibarrversion=DOL_VERSION; // $title used by login template after the @ to inform of true Dolibarr version
|
|
|
|
|
|
// Note: $conf->css looks like '/theme/eldy/style.css.php'
|
|
|
$conf->css = "/theme/".(GETPOST('theme')?GETPOST('theme','alpha'):$conf->theme)."/style.css.php";
|