diff options
Diffstat (limited to 'protected/views/search/index.php')
| -rw-r--r-- | protected/views/search/index.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/protected/views/search/index.php b/protected/views/search/index.php new file mode 100644 index 0000000..7b457ef --- /dev/null +++ b/protected/views/search/index.php @@ -0,0 +1,10 @@ +<?php +$this->breadcrumbs=array( + 'Search', +);?> +<h1><?php echo $this->id . '/' . $this->action->id; ?></h1> + +<p> + You may change the content of this page by modifying + the file <tt><?php echo __FILE__; ?></tt>. +</p> |
