Fix: Title of page is second parameter

This commit is contained in:
Laurent Destailleur
2010-05-26 11:42:29 +00:00
parent 4c6a3a0fdc
commit ff4935fbc6
9 changed files with 9 additions and 9 deletions

View File

@@ -244,7 +244,7 @@ if (! $server) $server='127.0.0.1';
*/
$wikihelp='EN:Setup EMails|FR:Paramétrage EMails|ES:Configuración EMails';
llxHeader($langs->trans("Setup"),'',$wikihelp);
llxHeader('',$langs->trans("Setup"),$wikihelp);
print_fiche_titre($langs->trans("EMailsSetup"),'','setup');