From 1a5fcacdd9d6831a01d8eab8f49674c59c25cb80 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 9 Oct 2003 18:53:22 +0000 Subject: - Committed part 3 of Michael's help system improvements: removed the $help parameter from the menu() function. --- modules/jabber.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/jabber.module') diff --git a/modules/jabber.module b/modules/jabber.module index 7d31bf17b..67b6d483a 100644 --- a/modules/jabber.module +++ b/modules/jabber.module @@ -9,7 +9,7 @@ function jabber_help($section) { $output = t("Enables login with Jabber ID and password."); break; - case 'user/help': + case 'user/help#jabber': $site = variable_get("site_name", "this web site"); $output = "

%jabber is an %opensource instant messaging system designed to give the power of choice and freedom back to the users of instant messaging. Not only does Jabber allow its users to use (and create) clients for numerous platforms, but it allows people to communicate to whomever they want in the way which is most convenient for them.

"; @@ -163,7 +163,7 @@ function jabber_auth($username, $password, $server) { function jabber_page() { theme("header"); - theme("box", "Jabber", jabber_help("user/help")); + theme("box", "Jabber", jabber_help("user/help#jabber")); theme("footer"); } -- cgit v1.2.3