- 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
15 lines
256 B
PHP
15 lines
256 B
PHP
<?php
|
|
/* @var $this SiteController */
|
|
/* @var $error array */
|
|
|
|
$this->pageTitle=Yii::app()->name . ' - Error';
|
|
$this->breadcrumbs=array(
|
|
'Error',
|
|
);
|
|
?>
|
|
|
|
<h2>Error <?php echo $code; ?></h2>
|
|
|
|
<div class="error">
|
|
<?php echo CHtml::encode($message); ?>
|
|
</div>
|