Stub implementation of the 'ting_search_show' hook
[mkdru-moved-to-drupal.org.git] / mkdru.module
index 8633149..b5718cc 100644 (file)
@@ -17,6 +17,10 @@ function mkdru_node_info() {
   );
 }
 
+function mkdru_ting_search_show($params) {
+  return array("content" => "You have searched for '".$params['keys']."'.");
+}
+
 /**
 * Implementation of hook_perm()
 */