Blame view

frontend/page/show.php 102 Bytes
4253cbec   root   first commit
1
2
3
4
  <?php

  $this->title = $page->title;

  $this->params['breadcrumbs'][] = $this->title;

  echo $page->body;