summaryrefslogtreecommitdiff
path: root/lib/tagcloudsection.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tagcloudsection.php')
-rw-r--r--lib/tagcloudsection.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tagcloudsection.php b/lib/tagcloudsection.php
index 1a7f721b2..178dd88ca 100644
--- a/lib/tagcloudsection.php
+++ b/lib/tagcloudsection.php
@@ -116,4 +116,9 @@ class TagCloudSection extends Section
{
return common_local_url('tag', array('tag' => $tag));
}
+
+ function divId()
+ {
+ return 'tagcloud';
+ }
}