fix support glyphicons
[ryf-theme.git] / ryf.theme
index fcf4fcbd3dc752214a1d8f303e5d3723d62e349a..f9a7a6f40ad65a4545644e6a9480de343bf7388b 100644 (file)
--- a/ryf.theme
+++ b/ryf.theme
@@ -6,3 +6,19 @@
  *
  * Place your custom PHP code in this file.
  */
+
+/**
+ * Implements hook_theme().
+ *
+ * Used to show image thumbnails in search results
+ *
+ */
+function ryf_theme($existing, $type, $theme, $path) {
+  return [
+    'search_result' => [
+      'variables' => ['result' => NULL, 'plugin_id' => NULL],
+      'file' => 'search.pages.inc',
+    ],
+  ];
+}
+