about summary refs log tree commit diff stats
path: root/wiki/inc/Menu/SiteMenu.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/inc/Menu/SiteMenu.php')
-rw-r--r--wiki/inc/Menu/SiteMenu.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/wiki/inc/Menu/SiteMenu.php b/wiki/inc/Menu/SiteMenu.php
deleted file mode 100644
index dba6888..0000000
--- a/wiki/inc/Menu/SiteMenu.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-
-namespace dokuwiki\Menu;
-
-/**
- * Class SiteMenu
- *
- * Actions that are not bound to an individual page but provide toolsfor the whole wiki.
- */
-class SiteMenu extends AbstractMenu {
-
-    protected $view = 'site';
-
-    protected $types = array(
-        'Recent',
-        'Media',
-        'Index'
-    );
-
-}