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>