mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-04 23:34:05 +01:00
5 lines
102 B
PHP
5 lines
102 B
PHP
<h1>Error <?php echo $code; ?></h1>
|
|
|
|
<div class="error">
|
|
<?php echo CHtml::encode($message); ?>
|
|
</div>
|