diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tagcloudsection.php | 5 |
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'; + } } |