Blame view

frontend/views/page/show.php 182 Bytes
cb6805b8   Administrator   12.04.16 finish ...
1
2
3
4
5
6
7
  <?php
  use yii\helpers\Html;
  
  $this->title = $page->title;
  $this->params['breadcrumbs'][] = $this->title;
  echo Html::tag('h1',$page->h1 ? $page->h1 : $page->title );
  echo $page->body;