Revert "use a dispatcher to access static image files"
[dokuwiki.git] / inc / Menu / Item / Recent.php
blobdabfef1230eea3e71071165a01f5cdd81a715d10
1 <?php
3 namespace dokuwiki\Menu\Item;
5 /**
6 * Class Recent
8 * Show the site wide recent changes
9 */
10 class Recent extends AbstractItem
12 /** @inheritdoc */
13 public function __construct()
15 parent::__construct();
17 $this->accesskey = 'r';
18 $this->svg = DOKU_INC . 'lib/images/menu/calendar-clock.svg';