Blame view

frontend/views/page/show.php 213 Bytes
1ec3afef   Administrator   VItaliy 27.11.2015
1
2
3
4
5
  <?php
  $this->registerMetaTag(['description' => $page->descr,'keywords'=>$page->kwords]);
  $this->title = $page->title ? $page->title: $page->name;
  $this->params['breadcrumbs'][] = $this->title;
  echo $page->content;