From 2b7b447468a682a8dfc745de077f83ed23beb39e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 18 Dec 2006 21:44:38 +0000 Subject: - Patch #103946 by kkaefer: fixed broken help text. --- modules/help/help.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/help') diff --git a/modules/help/help.module b/modules/help/help.module index f23325497..0d62d2a2b 100644 --- a/modules/help/help.module +++ b/modules/help/help.module @@ -99,12 +99,12 @@ function help_help($section) { $output .= t("

Modules can make documentation available to other modules with this module. All user help should be presented using this module. Some examples of help:

-"); +", array('@modules' => url('admin/settings/modules'), '@help' => url('admin/help'))); $output .= '

'. t('For more information please read the configuration and customization handbook Help page.', array('@help' => 'http://drupal.org/handbook/modules/help/')) .'

'; return $output; } -- cgit v1.2.3