summaryrefslogtreecommitdiff
path: root/protected/views/site/error.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/views/site/error.php')
-rw-r--r--protected/views/site/error.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/protected/views/site/error.php b/protected/views/site/error.php
new file mode 100644
index 0000000..4607ff3
--- /dev/null
+++ b/protected/views/site/error.php
@@ -0,0 +1,12 @@
+<?php
+$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> \ No newline at end of file