New: Link to wiki help

This commit is contained in:
Laurent Destailleur 2009-08-22 16:35:38 +00:00
parent 757cb2c391
commit 61d540fadc
2 changed files with 9 additions and 7 deletions

View File

@ -89,7 +89,8 @@ if (isset($_POST["action"]) && $_POST["action"] == 'update')
* View * View
*/ */
llxHeader(); $wikihelp='EN:First_setup|FR:Premiers_paramétrages|ES:Primeras_configuraciones';
llxHeader($langs->trans("Setup"),'',$wikihelp);
$html=new Form($db); $html=new Form($db);
$formadmin=new FormAdmin($db); $formadmin=new FormAdmin($db);

View File

@ -88,7 +88,8 @@ if (isset($_POST["action"]) && $_POST["action"] == 'update')
$html=new Form($db); $html=new Form($db);
$htmladmin=new FormAdmin($db); $htmladmin=new FormAdmin($db);
llxHeader(); $wikihelp='EN:First_setup|FR:Premiers_paramétrages|ES:Primeras_configuraciones';
llxHeader($langs->trans("Setup"),'',$wikihelp);
print_fiche_titre($langs->trans("Menus"),'','setup'); print_fiche_titre($langs->trans("Menus"),'','setup');