mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
i18n user page
This commit is contained in:
parent
4469398beb
commit
55b905f86a
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ include($_SERVER['DOCUMENT_ROOT'].'/templates/header.html');
|
||||||
// Panel
|
// Panel
|
||||||
top_panel($user,$TAB);
|
top_panel($user,$TAB);
|
||||||
|
|
||||||
|
$lang = 'ru_RU.utf8';
|
||||||
|
setlocale(LC_ALL, $lang);
|
||||||
|
|
||||||
// Are you admin?
|
// Are you admin?
|
||||||
if ($_SESSION['user'] == 'admin') {
|
if ($_SESSION['user'] == 'admin') {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue