View file pages/user/index.php
<?
if (!$user) {
Redirection('/');
}
$PageConfig = [
'title' => 'Кабинет',
];
PageConfig($PageConfig);
echo $t->fetch('user.index');
<?
if (!$user) {
Redirection('/');
}
$PageConfig = [
'title' => 'Кабинет',
];
PageConfig($PageConfig);
echo $t->fetch('user.index');