Added vote to site

This commit is contained in:
Unick Soft
2017-07-28 00:17:42 +03:00
parent a64fff2dd9
commit ab0d155367
23 changed files with 199 additions and 9 deletions

10
tpl/admin/page_vote.php Normal file
View File

@@ -0,0 +1,10 @@
<?php IncludeCom('dev/bootstrap3')?>
<h1>Голосование</h1>
<div>
<? for ($i = 0; $i < count($voteTopics); $i++): ?>
<p><?= $voteTopics[$i]["title"] ?> - <?= $voteTopics[$i]["vote"] ?></p>
<?php endfor; ?>
</div>