show.php 102 Bytes
<?php
$this->title = $page->title;
$this->params['breadcrumbs'][] = $this->title;
echo $page->body;