]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/secondarynav.php
Always naming it 'plugin' is not good, it can easily confuse. So better name it
[quix0rs-gnu-social.git] / lib / secondarynav.php
index 7d38e74ffc392b35d266a85a422eac5a1ee25d43..29dc05b53dec45bf966234c2ab3c67a193fa8865 100644 (file)
@@ -79,9 +79,6 @@ class SecondaryNav extends Menu
                                  // TRANS: Secondary navigation menu item leading to e-mail contact information on the
                                  // TRANS: StatusNet site, where to report bugs, ...
                                  _m('MENU','Contact'));
-            $this->out->menuItem(common_local_url('doc', array('title' => 'badge')),
-                                 // TRANS: Secondary navigation menu item. Leads to information about embedding a timeline widget.
-                                 _m('MENU','Badge'));
             Event::handle('EndSecondaryNav', array($this->action));
         }
         $this->out->elementEnd('ul');