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