From 8a2d5bede9a25af940fc5be248e81911fe056328 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 16 Aug 2003 05:49:45 +0000 Subject: - Rewrote handling of forum icons and added default icons made by Steven Wittens. - Renamed some column titles in the forum module as per Moshe's suggestion. - Introduced a 'more-link' class to position the 'more' links. Removed hard-coded markup from the modules. - Fixed bug in import module: the theme functions called a non-existing function. --- modules/cloud.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/cloud.module') diff --git a/modules/cloud.module b/modules/cloud.module index 6cd0b8290..64a8781b6 100644 --- a/modules/cloud.module +++ b/modules/cloud.module @@ -212,7 +212,7 @@ function cloud_block($op = "list", $delta = 0) { } else { $block["subject"] = t("Site cloud"); - $block["content"] = cloud_list(20) ."
". l(t("more"), "cloud", array("title" => t("Monitor other sites in the cloud."))) ."
"; + $block["content"] = cloud_list(20) ."
". l(t("more"), "cloud", array("title" => t("Monitor other sites in the cloud."))) ."
"; return $block; } } -- cgit v1.2.3