HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
error.php
Go to the documentation of this file.
1 <?php
2 /* @var $this SiteController */
3 /* @var $error array */
4 
5 $this->pageTitle=Yii::app()->name . ' - Error';
6 $this->breadcrumbs=array(
7  'Error',
8 );
9 ?>
10 
11 <h2>Error <?php echo $code; ?></h2>
12 
13 <div class="error">
14 <?php echo CHtml::encode($message); ?>
15 </div>