diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/tagcloud/all.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mod/tagcloud/all.php b/mod/tagcloud/all.php deleted file mode 100644 index 0927e3683..000000000 --- a/mod/tagcloud/all.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php
-/**
- * Display site tagcloud
- **/
-
-// Load Elgg engine
-require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
-
-$tags = display_tagcloud(0, 100, 'tags');
-
-//select the correct canvas area
-$body = elgg_view_layout("one_column_with_sidebar", $tags);
-
-// Display page
-page_draw(sprintf(elgg_echo('tagcloud:site:title'),$page_owner->name),$body);
\ No newline at end of file |