summaryrefslogtreecommitdiff
path: root/modules/cloud.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-11-09 23:27:22 +0000
committerDries Buytaert <dries@buytaert.net>2003-11-09 23:27:22 +0000
commit951b553a9887df92d93ecc42e7e83ca568e26aae (patch)
treec35a2ae7f53ecbd83e6ff52b847a6c469e5a438a /modules/cloud.module
parent00ee7f747b0920f2b8375b494930b19a25030a57 (diff)
downloadbrdo-951b553a9887df92d93ecc42e7e83ca568e26aae.tar.gz
brdo-951b553a9887df92d93ecc42e7e83ca568e26aae.tar.bz2
- Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.
Diffstat (limited to 'modules/cloud.module')
-rw-r--r--modules/cloud.module6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/cloud.module b/modules/cloud.module
index b60628017..0983dc84e 100644
--- a/modules/cloud.module
+++ b/modules/cloud.module
@@ -192,9 +192,9 @@ function cloud_page() {
if (user_access("access site cloud")) {
- theme("header");
- theme("box", t("Site cloud"), cloud_help("cloud") . cloud_list(100));
- theme("footer");
+ print theme("header");
+ print theme("box", t("Site cloud"), cloud_help("cloud") . cloud_list(100));
+ print theme("footer");
}
}