From 373643b451de6de283868a0d05facb9aebd91944 Mon Sep 17 00:00:00 2001 From: voltan Date: Sun, 8 Jan 2017 12:23:09 +0330 Subject: [PATCH] Add custom search --- template/front/search-result.phtml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 template/front/search-result.phtml diff --git a/template/front/search-result.phtml b/template/front/search-result.phtml new file mode 100644 index 0000000..af59965 --- /dev/null +++ b/template/front/search-result.phtml @@ -0,0 +1,15 @@ +
+
+ + <?php echo _escape($item['title']); ?> + +
+

+ + + +

+
+
+
\ No newline at end of file