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/cloud.module | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'modules/cloud.module') diff --git a/modules/cloud.module b/modules/cloud.module index 17f8fa8c3..fe293237b 100644 --- a/modules/cloud.module +++ b/modules/cloud.module @@ -1,13 +1,11 @@ "; $output .= "
  • The site administrator enters names and URLs of the relevant pages on the %cloud-add page.
  • "; @@ -54,9 +52,9 @@ function cloud_link($type) { if ($type == "system") { if (user_access("administer site cloud")) { - menu("admin/node/syndication/cloud", t("site cloud"), "cloud_admin", cloud_help("admin/node/syndication/cloud")); - menu("admin/node/syndication/cloud/add", t("add new site"), "cloud_admin", cloud_help("admin/node/syndication/cloud/add")); - menu("admin/node/syndication/cloud/help", t("help"), "cloud_help", NULL, 9); + menu("admin/node/syndication/cloud", t("site cloud"), "cloud_admin"); + menu("admin/node/syndication/cloud/add", t("add new site"), "cloud_admin"); + menu("admin/node/syndication/cloud/help", t("help"), "cloud_help", 9); } } -- cgit v1.2.3