From: Jakub Skoczen Date: Wed, 1 Dec 2010 15:57:56 +0000 (+0100) Subject: Stub implementation of the 'ting_search_show' hook X-Git-Url: http://git.indexdata.com/?p=mkdru-moved-to-drupal.org.git;a=commitdiff_plain;h=2706489442d1d5182dc9d3ef30522bbae1ae7a28 Stub implementation of the 'ting_search_show' hook --- diff --git a/mkdru.module b/mkdru.module index 8633149..b5718cc 100644 --- a/mkdru.module +++ b/mkdru.module @@ -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() */