git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_IntranetNueva/trunk@3 77cfc57b-8ef4-1849-9df6-4a38aa5da120
10 lines
238 B
PHP
10 lines
238 B
PHP
<?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>
|