1<?php23namespacedokuwiki\Menu;
45/**6 * Class SiteMenu7 *8 * Actions that are not bound to an individual page but provide toolsfor the whole wiki.9 */10classSiteMenuextendsAbstractMenu11{
1213protected $view = 'site';
1415protected $types = ['Recent', 'Media', 'Index'];
16}
17