From 94c3dceedae0123f7a1bd518d00aa2839ca82d14 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 29 Apr 2009 08:04:24 +0000 Subject: =?UTF-8?q?-=20Patch=20#240873=20by=20G=C3=A1bor=20Hojtsy:=20move?= =?UTF-8?q?=20custom=20help=20settings=20to=20blocks.=20=20Very=20exciting?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/theme.inc | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index b23ba547c..a12c3b5ae 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -1237,17 +1237,6 @@ function theme_breadcrumb($breadcrumb) { } } -/** - * Return a themed help message. - * - * @return a string containing the helptext for the current page. - */ -function theme_help() { - if ($help = menu_get_active_help()) { - return '
' . $help . '
'; - } -} - /** * Return a themed submenu, typically displayed under the tabs. * @@ -1859,7 +1848,6 @@ function template_preprocess_page(&$variables) { $variables['feed_icons'] = drupal_get_feeds(); $variables['footer_message'] = filter_xss_admin(variable_get('site_footer', FALSE)); $variables['head'] = drupal_get_html_head(); - $variables['help'] = theme('help'); $variables['language'] = $GLOBALS['language']; $variables['language']->dir = $GLOBALS['language']->direction ? 'rtl' : 'ltr'; $variables['logo'] = theme_get_setting('logo'); -- cgit v1.2.3