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{
12protected $view = 'site';
1314protected $types = ['Recent', 'Media', 'Index'];
15}
16