diff options
Diffstat (limited to 'protected/views/site/pages/about.php')
| -rw-r--r-- | protected/views/site/pages/about.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/protected/views/site/pages/about.php b/protected/views/site/pages/about.php new file mode 100644 index 0000000..c6c05dc --- /dev/null +++ b/protected/views/site/pages/about.php @@ -0,0 +1,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>
\ No newline at end of file |
