1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-25 01:02:50 +01:00
php-e107/e107_files/shortcode/admin_userlan.sc
2006-12-02 04:36:16 +00:00

5 lines
110 B
Python

if (isset($_COOKIE['userlan']) && $_COOKIE['userlan']) {
return " <b>Language:</b> ".$_COOKIE['userlan'];
}