diff --git a/htdocs/user/passwordforgotten.php b/htdocs/user/passwordforgotten.php index 4283fa7e8db..d4f62d85531 100644 --- a/htdocs/user/passwordforgotten.php +++ b/htdocs/user/passwordforgotten.php @@ -204,7 +204,9 @@ print ''; print ''."\n"; // Table 1 -print ''."\n"; +$title='Dolibarr '.DOL_VERSION; +if (! empty($conf->global->MAIN_APPLICATION_TITLE)) $title=$conf->global->MAIN_APPLICATION_TITLE; +print '
'."\n"; if (file_exists(DOL_DOCUMENT_ROOT.'/logo.png')) { print ''."\n"; + print ''."\n"; } print '
'; @@ -212,7 +214,7 @@ if (file_exists(DOL_DOCUMENT_ROOT.'/logo.png')) } else { - print '
Dolibarr '.DOL_VERSION.'
'.$title.'
'."\n"; print '
'."\n"; @@ -266,7 +268,7 @@ if (function_exists("imagecreatefrompng") && ! $disabled) print '   '.$langs->trans("SecurityCode").''; print ''; - print ''; + print '
'; // Force width to a small value print ''; $width=128;$height=36; if (! empty($conf->browser->phone)) $width=64; $height=24;