Browse Source

Update const.php

link to help file
AlainRnet 9 years ago
parent
commit
50cf96bd16
1 changed files with 2 additions and 1 deletions
  1. 2 1
      htdocs/admin/const.php

+ 2 - 1
htdocs/admin/const.php

@@ -146,7 +146,8 @@ if ($action == 'delete')
 
 $form = new Form($db);
 
-llxHeader('',$langs->trans("OtherSetup"));
+$wikihelp='EN:Setup_Other|FR:Paramétrage_Divers|ES:Configuración_Varios';
+llxHeader('',$langs->trans("Setup"),$wikihelp);
 
 // Add logic to show/hide buttons
 if ($conf->use_javascript_ajax)