index.php 226 B

12345678910
  1. <?php
  2. $this->title = t('Реферальні посилання');
  3. $this->params['breadcrumbs'][] = $this->title;
  4. ?>
  5. <section class="referral">
  6. <div class="container">
  7. <?= "Hellow World!"; ?>
  8. </div>
  9. </section>