Blame view

frontend/page/show.php 99 Bytes
cb6805b8   Administrator   12.04.16 finish ...
1
2
3
4
  <?php
  $this->title = $page->title;
  $this->params['breadcrumbs'][] = $this->title;
  echo $page->body;