Oleg K 2 years ago
parent
commit
a51a3ab969
1 changed files with 10 additions and 3 deletions
  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>