]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticelist.php
Show more menu items when you click More
[quix0rs-gnu-social.git] / lib / noticelist.php
index 273bf3a231601f0dfcb26710bfa99c94cd8ff058..f18b2d66841ffa7a2998123c0f30a2fa8cad9157 100644 (file)
@@ -81,8 +81,6 @@ class NoticeList extends Widget
     function show()
     {
         $this->out->elementStart('div', array('id' =>'notices_primary'));
-        // TRANS: Header in notice list.
-        $this->out->element('h2', null, _m('HEADER','Notices'));
         $this->out->elementStart('ol', array('class' => 'notices xoxo'));
 
         $cnt = 0;