- Registro, activación y entrada de usuarios git-svn-id: https://192.168.0.254/svn/Rodax.factuges_web/trunk@2 e455b18d-f7fe-5245-9c43-e2c35af70a32
13 lines
276 B
PHP
13 lines
276 B
PHP
<?php
|
|
/* @var $this SiteController */
|
|
|
|
$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 <code><?php echo __FILE__; ?></code>.</p>
|