summaryrefslogtreecommitdiff
path: root/modules/cloud.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-08-16 05:49:45 +0000
committerDries Buytaert <dries@buytaert.net>2003-08-16 05:49:45 +0000
commit8a2d5bede9a25af940fc5be248e81911fe056328 (patch)
tree97b95c0877028acd395cbf1605a148158b917265 /modules/cloud.module
parentdb8c3edca566f38609175898dfd0ccba4b7cd07f (diff)
downloadbrdo-8a2d5bede9a25af940fc5be248e81911fe056328.tar.gz
brdo-8a2d5bede9a25af940fc5be248e81911fe056328.tar.bz2
- 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.
Diffstat (limited to 'modules/cloud.module')
-rw-r--r--modules/cloud.module2
1 files changed, 1 insertions, 1 deletions
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) ."<div style=\"text-align: right;\">". l(t("more"), "cloud", array("title" => t("Monitor other sites in the cloud."))) ."</div>";
+ $block["content"] = cloud_list(20) ."<div class=\"more-link\">". l(t("more"), "cloud", array("title" => t("Monitor other sites in the cloud."))) ."</div>";
return $block;
}
}