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

Fix: centrage du message sur la page de login

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