Fix: Title of page is second parameter
This commit is contained in:
parent
be52d8b46f
commit
4c6a3a0fdc
@ -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);
|
||||||
|
|
||||||
|
|||||||
@ -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');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user