summaryrefslogtreecommitdiff
path: root/protected/views/site/pages/about.php
blob: c6c05dc9c222d37788da4dfcfde6a517bf9f03db (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$this->pageTitle=Yii::app()->name . ' - About';
$this->breadcrumbs=array(
	'About',
);
?>
<h1>About</h1>

<p>This is a "static" page. You may change the content of this page
by updating the file <tt><?php echo __FILE__; ?></tt>.</p>