about.php 276 B

123456789101112
  1. <?php
  2. /* @var $this SiteController */
  3. $this->pageTitle=Yii::app()->name . ' - About';
  4. $this->breadcrumbs=array(
  5. 'About',
  6. );
  7. ?>
  8. <h1>About</h1>
  9. <p>This is a "static" page. You may change the content of this page
  10. by updating the file <code><?php echo __FILE__; ?></code>.</p>