diff -r 56befcb22751 -r 94a1dc255022 thd/apps/frontend/modules/search/templates/_searchList.php
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/thd/apps/frontend/modules/search/templates/_searchList.php Tue Sep 22 16:40:38 2009 +0200
@@ -0,0 +1,52 @@
+
+
+ getRef();
+ $slug = $item->getSlugUrl();
+ $title = $item->getTitle();
+
+ // image file
+ $image_file = $item->getImages();
+ // image file
+ $video_file = $item->getVideos();
+ // directors list
+ $directors = json_decode($item->getDirectors(), true);
+ ?>
+ -
+
') no-repeat;" href="">
+
+

+
+
+
+
+
+
+
\ No newline at end of file