]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/SiteNoticeInSidebar/lib/sitenoticesection.php
Merge branch 'nightly' of gitorious.org:social/mainline into nightly
[quix0rs-gnu-social.git] / plugins / SiteNoticeInSidebar / lib / sitenoticesection.php
index 37c37edaf27d5e61e059ce88b04ea42549c5c9ce..b713ec7c6f815ae20f95a51619120c33285074c0 100644 (file)
@@ -60,6 +60,11 @@ class SiteNoticeSection extends Section
         return _('Site notice');
     }
 
+    function divId()
+    {
+        return 'site_notice';
+    }
+
     function showContent()
     {
         $this->out->raw($this->text);