はじまりの大地
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace dokuwiki\Menu\Item;
|
||||
|
||||
/**
|
||||
* Class Media
|
||||
*
|
||||
* Opens the media manager
|
||||
*/
|
||||
class Media extends AbstractItem {
|
||||
|
||||
/** @inheritdoc */
|
||||
public function __construct() {
|
||||
global $ID;
|
||||
parent::__construct();
|
||||
|
||||
$this->svg = DOKU_INC_COMPAT . 'lib/images/menu/folder-multiple-image.svg';
|
||||
$this->params['ns'] = getNS($ID);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user