11 lines
616 B
PHP
11 lines
616 B
PHP
<div id="pageSmoothBackground" style="background-image: url(<?= $randomPoint->getImg('middle') ?>);"></div>
|
|
<div class="container" style="background-color: rgba(255,255,255, 0.8);margin-top: -10px;padding-bottom: 30px; min-height: 100%;">
|
|
<h1>Сводка по проекту</h1>
|
|
|
|
<h3>Точек: <?= $points ?></h3>
|
|
Платных точек: <b><?= $paidPoints ?></b><br/>
|
|
Точек на модерации: <b><?= $notModeratedPoints ?></b><br/>
|
|
Статей: <b><?= $articles ?></b><br/>
|
|
Комментариев: <b><?= $comments ?></b><br/>
|
|
Пользователей: <b><?= $users ?></b><br/>
|
|
</div>
|