Skip to content
Snippets Groups Projects
Commit cdafc55f authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: centrage du message sur la page de login

parent 83e7067d
Branches
Tags
No related merge requests found
...@@ -1240,9 +1240,9 @@ function dol_loginfunction($notused,$pearstatus) ...@@ -1240,9 +1240,9 @@ function dol_loginfunction($notused,$pearstatus)
} }
if ($conf->global->MAIN_HOME) if ($conf->global->MAIN_HOME)
{ {
print '<table cellpadding="0" cellspacing="0" border="0" align="center" width="750"><tr><td>'; print '<center><table cellpadding="0" cellspacing="0" border="0" align="center" width="750"><tr><td>';
print nl2br(MAIN_HOME); print nl2br(MAIN_HOME);
print '</td></tr></table><br>'; print '</td></tr></table></center><br>';
} }
// Fin entete html // Fin entete html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment