show.php 213 Bytes Edit Raw Blame History 1 2 3 4 5 <?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;