HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
about.php
Go to the documentation of this file.
1 <?php
2 /* @var $this SiteController */
3 
4 $this->pageTitle=Yii::app()->name . ' - About';
5 $this->breadcrumbs=array(
6  'About',
7 );
8 ?>
9 <h1>About</h1>
10 
11 <p>This is a "static" page. You may change the content of this page
12 by updating the file <code><?php echo __FILE__; ?></code>.</p>