Stub implementation of the 'ting_search_show' hook
authorJakub Skoczen <jakub@indexdata.dk>
Wed, 1 Dec 2010 15:57:56 +0000 (16:57 +0100)
committerJakub Skoczen <jakub@indexdata.dk>
Wed, 1 Dec 2010 15:57:56 +0000 (16:57 +0100)
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()
 */