1
0

Renamed SiteController -> MSMainController

This commit is contained in:
2014-06-04 09:33:24 +02:00
parent f9cf82ea9e
commit 5b2a5bec36
15 changed files with 270 additions and 276 deletions

View File

@@ -0,0 +1,15 @@
<?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,
));
?>