mirror of
https://github.com/e107inc/e107.git
synced 2025-02-25 01:02:50 +01:00
5 lines
110 B
Python
5 lines
110 B
Python
if (isset($_COOKIE['userlan']) && $_COOKIE['userlan']) {
|
|
return " <b>Language:</b> ".$_COOKIE['userlan'];
|
|
}
|
|
|