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

16 lines
279 B
PHP

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