Home
last modified time | relevance | path

Searched refs:SiteMenu (Results 26 – 33 of 33) sorted by path

12

/template/newspaper/
H A Dmain.php95 echo (new \dokuwiki\Menu\SiteMenu())->getListItems('action ', false);
/template/nostalgia/
H A Dmain.php116 echo (new \dokuwiki\Menu\SiteMenu())->getListItems('action ', false);
/template/notepad/
H A Dmain.php52 echo (new \dokuwiki\Menu\SiteMenu())->getListItems('action ', false);
/template/peanutbutter/
H A Dmain.php161 echo (new \dokuwiki\Menu\SiteMenu())->getListItems();
/template/sprintdoc/tpl/
H A Dmain-sidebar-nav.php13 if (file_exists(DOKU_INC . 'inc/Menu/SiteMenu.php')) {
14 echo (new \dokuwiki\Menu\SiteMenu())->getListItems('toollist__listitem ');
/template/starter/
H A Dmain.php90 <?php if (file_exists(DOKU_INC . 'inc/Menu/SiteMenu.php')) {
91 echo (new \dokuwiki\Menu\SiteMenu())->getListItems('action ', false);
/template/strap/class/
H A DTplUtility.php18 use dokuwiki\Menu\SiteMenu; alias
684 $liSiteTools = (new SiteMenu())->getListItems('action');
/template/twentyfifteen/
H A Dmain.php57 <ul><?php echo (new \dokuwiki\Menu\SiteMenu())->getListItems('', false); ?></ul>

12