diff --git a/views/pages/Profile/Index.php b/views/pages/Profile/Index.php index 18cf63f..7228990 100644 --- a/views/pages/Profile/Index.php +++ b/views/pages/Profile/Index.php @@ -24,8 +24,12 @@ $userprofile = new User(explode('/', $_SERVER['REQUEST_URI'])[2]); i('id') === (int)explode('/', $_SERVER['REQUEST_URI'])[2]) { ?>

i('username')) ?>i('admin') === 1) { echo ''; } ?>

- i('admin') === 1) { + echo 'Администратор сервера'; + } else if ($userprofile->i('admin') === 2) { + echo 'Фотомодератор'; + } if ($userprofile->i('id') === Auth::userid()) { ?>

Редактировать мой профиль