Initial commit
This commit is contained in:
		
							
								
								
									
										21
									
								
								content/inc/Menu/UserMenu.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								content/inc/Menu/UserMenu.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
			
		||||
<?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',
 | 
			
		||||
    );
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user