View file pages/user/index.php

File size: 153B
<?

if (!$user) {
	Redirection('/');
}
$PageConfig = [
	'title' => 'Кабинет',
];

PageConfig($PageConfig);
echo $t->fetch('user.index');