From aebe800d25a30bc0a0e0a3126d119c42ab3375ec Mon Sep 17 00:00:00 2001 From: Martin Cording Date: Thu, 28 May 2015 14:30:40 +0200 Subject: [PATCH] Ported custom 0-hit helper link to easyddb. --- plugins/content_types/search_result.inc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/plugins/content_types/search_result.inc b/plugins/content_types/search_result.inc index ae8118d..4f3430c 100644 --- a/plugins/content_types/search_result.inc +++ b/plugins/content_types/search_result.inc @@ -95,7 +95,19 @@ function ting_search_search_result_content_type_render($subtype, $conf, $panel_a else { if (empty($conf['override_empty'])) { $block->title = t('Your search yielded no results'); - $block->content = search_help('search#noresults', drupal_help_arg()); + $block->content .= '' . search_help('search#noresults', drupal_help_arg()); } else { $block->title = $conf['empty_title'];