Убрал дубликаты файлов.
This commit is contained in:
4
inf.php
4
inf.php
@@ -7,7 +7,7 @@ $userInfo = new UserInfo($login);
|
||||
$presentsModel = new PresentsModel($userInfo->id);
|
||||
$presentsList = $presentsModel->getAllPresents();
|
||||
$userInfo->watcher_id = $userInfo->id ?? null;
|
||||
if (empty($user->id)): ?>
|
||||
if (empty($userInfo->id)): ?>
|
||||
<!doctype html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
@@ -23,7 +23,7 @@ if (empty($user->id)): ?>
|
||||
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<title>Информация о <?= $user->login ?></title>
|
||||
<title>Информация о <?= $userInfo->login ?></title>
|
||||
<meta charset=UTF-8"/>
|
||||
<link href="css/main.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user