diff --git a/admin/include/functions.php b/admin/include/functions.php index e700d662e..a3381f09a 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -1807,7 +1807,7 @@ function pwg_URL() if ( isset($lang_info['code']) and in_array($lang_info['code'], array('fr','en')) ) { /* current wiki languages are French or English */ - $urls['WIKI'] .= 'doku.php?id='.$lang_info['code'].':start'; + $urls['WIKI'] .= 'doku.php?id='.$lang_info['code'].':'.$lang_info['code']; $urls['HOME'] .= '?lang='.$lang_info['code']; } return $urls; diff --git a/admin/template/yoga/admin.tpl b/admin/template/yoga/admin.tpl index 4914477d0..e1d30f36e 100644 --- a/admin/template/yoga/admin.tpl +++ b/admin/template/yoga/admin.tpl @@ -75,7 +75,7 @@ {/if}
  • {'Plugins'|@translate} - + \ No newline at end of file diff --git a/language/fr_FR/help.html b/language/fr_FR/help.html index dd16a6cb2..d43c20272 100644 --- a/language/fr_FR/help.html +++ b/language/fr_FR/help.html @@ -1,3 +1,4 @@ +

    Aide

    Démarrage rapide

    @@ -248,3 +249,4 @@ question si votre recherche est infructueuse. Le Piwigo pour obtenir plus de détails.
  • + \ No newline at end of file diff --git a/language/it_IT/help.html b/language/it_IT/help.html index aa270bf3b..0684af9fd 100644 --- a/language/it_IT/help.html +++ b/language/it_IT/help.html @@ -1,3 +1,4 @@ +

    Aiuto

    Presa in mano rapida

    @@ -247,3 +248,4 @@ anche un'ampia documentazione in cui potrete trovare risposte ai vostri dubbi. +
    \ No newline at end of file diff --git a/language/nl_NL/help.html b/language/nl_NL/help.html index 1c29510ed..3bee826d2 100644 --- a/language/nl_NL/help.html +++ b/language/nl_NL/help.html @@ -1,3 +1,4 @@ +

    Help

    Snelle start

    @@ -224,4 +225,4 @@ die sub-categorieën bevatten. Piwigo. Bekijk de officiele Piwigo documentatie voor meer informatie. - +
    \ No newline at end of file