about summary refs log tree commit diff stats
path: root/wiki/inc/Menu/PageMenu.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/inc/Menu/PageMenu.php')
-rw-r--r--wiki/inc/Menu/PageMenu.php23
1 files changed, 0 insertions, 23 deletions
diff --git a/wiki/inc/Menu/PageMenu.php b/wiki/inc/Menu/PageMenu.php
deleted file mode 100644
index 9c0a55e..0000000
--- a/wiki/inc/Menu/PageMenu.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-namespace dokuwiki\Menu;
-
-/**
- * Class PageMenu
- *
- * Actions manipulating the current page. Shown as a floating menu in the dokuwiki template
- */
-class PageMenu extends AbstractMenu {
-
-    protected $view = 'page';
-
-    protected $types = array(
-        'Edit',
-        'Revert',
-        'Revisions',
-        'Backlink',
-        'Subscribe',
-        'Top',
-    );
-
-}