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

@@ -57,7 +57,7 @@ if ($_POST["action"]=='update')
*/
$wikihelp='EN:Installation_-_Upgrade|FR:Installation_-_Mise_à_jour|ES:Instalaci&omodulon_-_Actualizaci&omodulon';
llxHeader($langs->trans("Upgrade"),'',$wikihelp);
llxHeader('',$langs->trans("Upgrade"),$wikihelp);
print_fiche_titre($langs->trans("Upgrade"),'','setup');