From a60944e07d77bcc020bf33934055702dae89b875 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 5 Nov 2008 05:28:20 +0000 Subject: Tags are now off in their own module, hooray! --- modules/tags/helpers/tags.php | 29 +++++++++++++++++++++++ modules/tags/views/tag_cloud.html.php | 44 +++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 modules/tags/helpers/tags.php create mode 100644 modules/tags/views/tag_cloud.html.php (limited to 'modules') diff --git a/modules/tags/helpers/tags.php b/modules/tags/helpers/tags.php new file mode 100644 index 00000000..ca4f7e35 --- /dev/null +++ b/modules/tags/helpers/tags.php @@ -0,0 +1,29 @@ +id = "gTags"; + $block->title = _("Tags"); + $block->content = new View("tag_cloud.html"); + return $block; + } +} \ No newline at end of file diff --git a/modules/tags/views/tag_cloud.html.php b/modules/tags/views/tag_cloud.html.php new file mode 100644 index 00000000..4e5a93ac --- /dev/null +++ b/modules/tags/views/tag_cloud.html.php @@ -0,0 +1,44 @@ + + + +
+ + + +
-- cgit v1.2.3