mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Modified admin language navigation to use elan=xx
This commit is contained in:
@@ -1870,7 +1870,7 @@ Inverse 10 <span class="badge badge-inverse">10</span>
|
|||||||
}
|
}
|
||||||
else
|
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;
|
$tmp[$c]['text'] = $lng;
|
||||||
|
Reference in New Issue
Block a user