Oleg K преди 4 години
родител
ревизия
a51a3ab969
променени са 1 файла, в които са добавени 10 реда и са изтрити 3 реда
  1. 10 3
      views/links/index.php

+ 10 - 3
views/links/index.php

@@ -1,3 +1,10 @@
-<div class="container">
-<?= "Hellow World!"; ?>
-</div>
+<?php
+$this->title = t('Реферальні посилання');
+$this->params['breadcrumbs'][] = $this->title;
+?>
+
+<section class="referral">
+    <div class="container">
+        <?= "Hellow World!"; ?>
+    </div>
+</section>