Fix: Title of page is second parameter

This commit is contained in:
Laurent Destailleur 2010-05-26 11:28:10 +00:00
parent be52d8b46f
commit 4c6a3a0fdc
2 changed files with 8 additions and 8 deletions

View File

@ -89,7 +89,7 @@ if ($_REQUEST["action"] == 'add')
* Put here all code to build page * Put here all code to build page
****************************************************/ ****************************************************/
llxHeader('MyPageName','',''); llxHeader('','MyPageName','');
$form=new Form($db); $form=new Form($db);

View File

@ -207,8 +207,8 @@ function UnActivate($value,$requiredby=1)
*/ */
$_SESSION["mode"]=$mode; $_SESSION["mode"]=$mode;
$wikihelp='EN:First_setup|FR:Premiers_paramétrages|ES:Primeras_configuraciones'; $help_url='EN:First_setup|FR:Premiers_paramétrages|ES:Primeras_configuraciones';
llxHeader($langs->trans("Setup"),'',$wikihelp); llxHeader('',$langs->trans("Setup"),$help_url);
print_fiche_titre($langs->trans("ModulesSetup"),'','setup'); print_fiche_titre($langs->trans("ModulesSetup"),'','setup');