mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
Bug 847: Instruction page / CSS Text-align: centered ordered lists
Bug 846: Bad link to documentation Some CSS Hacks in Admin theme git-svn-id: http://piwigo.org/svn/trunk@2495 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user