1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-10 04:24:45 +02:00
Files
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'];
}