1
0
www.mikescher.com/www/protected/views/site/error.php

16 lines
277 B
PHP

<?php
/* @var $this SiteController */
/* @var $error array */
$this->pageTitle=Yii::app()->name . ' - Error';
$this->breadcrumbs=array(
'Error',
);
$this->widget('bootstrap.widgets.TbHeroUnit', array(
'heading' => 'ERROR ' . $code,
'content' => $message,
));
?>