about summary refs log tree commit diff stats
path: root/wiki/inc/Menu/UserMenu.php
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2019-01-02 04:57:35 +0000
committerahriman <ahriman@falte.red>2019-01-02 04:57:35 +0000
commit2bd7f83a6495011ada78ca8a9f2af417caf01760 (patch)
treef9acdb7f09e011c65330ab993d4db3620787dbfb /wiki/inc/Menu/UserMenu.php
parentbcb215c3a7e914d05f166846a33860e48bba64fb (diff)
downloadsite-2bd7f83a6495011ada78ca8a9f2af417caf01760.tar.gz
removed dokuwiki
Diffstat (limited to 'wiki/inc/Menu/UserMenu.php')
-rw-r--r--wiki/inc/Menu/UserMenu.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/wiki/inc/Menu/UserMenu.php b/wiki/inc/Menu/UserMenu.php
deleted file mode 100644
index 01028d3..0000000
--- a/wiki/inc/Menu/UserMenu.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-namespace dokuwiki\Menu;
-
-/**
- * Class UserMenu
- *
- * Actions related to the current user
- */
-class UserMenu extends AbstractMenu {
-
-    protected $view = 'user';
-
-    protected $types = array(
-        'Profile',
-        'Admin',
-        'Register',
-        'Login',
-    );
-
-}