Fix: centrage du message sur la page de login

This commit is contained in:
Regis Houssin
2007-07-24 21:44:28 +00:00
parent 83e7067d10
commit cdafc55ff1

View File

@@ -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