~horux-dev/horux-webcli/thfo

« back to all changes in this revision

Viewing changes to yii/framework/cli/views/webapp/protected/views/site/pages/about.php

  • Committer: Thierry Forchelet
  • Date: 2011-02-25 13:30:15 UTC
  • Revision ID: thierry.forchelet@letux.ch-20110225133015-zxyj9w7sqv8ly971
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
$this->pageTitle=Yii::app()->name . ' - About';
 
3
$this->breadcrumbs=array(
 
4
        'About',
 
5
);
 
6
?>
 
7
<h1>About</h1>
 
8
 
 
9
<p>This is a "static" page. You may change the content of this page
 
10
by updating the file <tt><?php echo __FILE__; ?></tt>.</p>
 
 
b'\\ No newline at end of file'