diff options
Diffstat (limited to 'modules/cloud.module')
-rw-r--r-- | modules/cloud.module | 6 |
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"); } } |