EliteConf
 All Data Structures Namespaces Files Functions Variables Pages
error.php
Go to the documentation of this file.
1 <?php
2 $this->pageTitle=Yii::app()->name . ' - Error';
3 $this->breadcrumbs=array(
4  'Error',
5 );
6 ?>
7 
8 <h2 class="error_header">Error <?php echo $code; ?></h2>
9 
10 <div class="error error_message">
11 <?php echo CHtml::encode($message); ?>
12 </div>