diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-05-13 16:51:28 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-05-13 16:51:28 +0200 |
| commit | 94bdb31c204cdae3ca820828d4731f11f6ffeeae (patch) | |
| tree | 957a63d27379789d808737e6fb8b88ea651d5c1c /protected/views/search/index.php | |
| parent | a6cd00ec233d1c7676d75224900ed1543130ac94 (diff) | |
Suche fast fertig
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> |
