Codestyle + check trustedproxies
[dokuwiki.git] / inc / Menu / SiteMenu.php
blob4edef6c50b92da844969567e9c62ba2d1b20d1f3
1 <?php
3 namespace dokuwiki\Menu;
5 /**
6 * Class SiteMenu
8 * Actions that are not bound to an individual page but provide toolsfor the whole wiki.
9 */
10 class SiteMenu extends AbstractMenu
12 protected $view = 'site';
14 protected $types = ['Recent', 'Media', 'Index'];