mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 21:21:54 +02:00
Modified admin language navigation to use elan=xx
This commit is contained in:
parent
282fa42a9b
commit
1e50e577a0
@ -1870,7 +1870,7 @@ Inverse 10 <span class="badge badge-inverse">10</span>
|
||||
}
|
||||
else
|
||||
{
|
||||
$link = e_REQUEST_URL.(e_QUERY ? '&elan='.$lng : '?elan='.$lng);
|
||||
$link = e_REQUEST_URL.(e_QUERY ? '&elan='.$code : '?elan='.$code);
|
||||
}
|
||||
|
||||
$tmp[$c]['text'] = $lng;
|
||||
|
Loading…
x
Reference in New Issue
Block a user