From 1508829492de3cc25175e4f724ea422f4b764bf7 Mon Sep 17 00:00:00 2001 From: Eike Foken Date: Thu, 15 Sep 2011 16:21:47 +0200 Subject: [PATCH] Show search form on empty query --- application/views/search/new.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 application/views/search/new.php diff --git a/application/views/search/new.php b/application/views/search/new.php new file mode 100644 index 0000000..161dc91 --- /dev/null +++ b/application/views/search/new.php @@ -0,0 +1,27 @@ +load->view('header');?> + +
+ +
+

+
+ +
+
+

+
    +
  • + +
    + +
    +
  • +
  • + +
  • +
+
+
+ +
+load->view('footer');?>