From f46bd9269d84f35e809cb6fddb72264adfbb0904 Mon Sep 17 00:00:00 2001 From: pete Date: Fri, 12 Mar 2010 18:10:54 +0000 Subject: Added updated tagcloud plugin and added to core mods. git-svn-id: http://code.elgg.org/elgg/trunk@5379 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/tagcloud/tagcloud.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mod/tagcloud/tagcloud.php (limited to 'mod/tagcloud/tagcloud.php') diff --git a/mod/tagcloud/tagcloud.php b/mod/tagcloud/tagcloud.php new file mode 100644 index 000000000..564e839e3 --- /dev/null +++ b/mod/tagcloud/tagcloud.php @@ -0,0 +1,16 @@ +".display_tagcloud(0, 100, 'tags').""; + +//select the correct canvas area +$body = elgg_view_layout("one_column_with_sidebar", $title . $tags, $sidebar); + +// Display page +page_draw(sprintf(elgg_echo('tagcloud:site:title'),$page_owner->name),$body); \ No newline at end of file -- cgit v1.2.3