show.php 213 Bytes
<?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;