Blame view

frontend/views/page/show.php 99 Bytes
c7f222e2   Artem   first
1
2
3
4
  <?php
  $this->title = $page->title;
  $this->params['breadcrumbs'][] = $this->title;
  echo $page->body;