Codestyle + check trustedproxies
[dokuwiki.git] / inc / Menu / Item / Media.php
blob3f0cc481e23d4c29d0948e0a0af3fb53f006e487
1 <?php
3 namespace dokuwiki\Menu\Item;
5 /**
6 * Class Media
8 * Opens the media manager
9 */
10 class Media extends AbstractItem
12 /** @inheritdoc */
13 public function __construct()
15 global $ID;
16 parent::__construct();
18 $this->svg = DOKU_INC . 'lib/images/menu/folder-multiple-image.svg';
19 $this->params['ns'] = getNS($ID);