Funciona: - Usuario - Empresa git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_PROFIND_Web/trunk@2 3fe1ab16-cfe0-e34b-8c9f-7d8c168d430d
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>
|