mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 08:52:20 +02:00
Change: flags are searched into language subdirectories
git-svn-id: http://piwigo.org/svn/trunk@5845 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -70,10 +70,9 @@ class language_controler {
|
||||
'url' => str_replace(array('=&','?&'),array('&','?'),
|
||||
add_url_params( $url_starting, array('lang'=> $code) )),
|
||||
'alt' => ucwords( $displayname ),
|
||||
'img' => get_root_url().'plugins/language_switch/icons/' . $code . '.jpg',
|
||||
'img' => get_root_url().'language/' . $code . '/' . $code . '.jpg',
|
||||
);
|
||||
if ( $code !== $user['language'] and
|
||||
file_exists(dirname(__FILE__) . '/icons/' . $code . '.jpg') )
|
||||
if ( $code !== $user['language'] )
|
||||
$lsw['flags'][$code] = $qlc ;
|
||||
else $lsw['Active'] = $qlc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user