Initial import

This commit is contained in:
Admin Nasledstvo
2026-05-01 20:52:04 +03:00
commit ac168868ee
10028 changed files with 2337954 additions and 0 deletions
@@ -0,0 +1,11 @@
<div class="inner-content p10">
<div class="row c2">
<div class="top-title" style="color: var(--base-background);">Изберете вида на събитието</div>
</div>
<div class="row flex top15">
<?php foreach (\app\models\Events::eventTypes() as $type => $title): ?>
<a href="<?= Yii::$app->setQueryString(['type' => $type]) ?>"
class="btn btn-default right5"><?= $title ?></a>
<?php endforeach; ?>
</div>
</div>