Home
last modified time | relevance | path

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

12

/template/newspaper/
H A Dmain.php115 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ', false);
/template/nostalgia/
H A Dmain.php93 … echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ', false);
/template/notepad/
H A Dmain.php165 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ', false);
/template/peanutbutter/
H A Dmain.php151 echo (new \dokuwiki\Menu\UserMenu())->getListItems();
/template/sprintdoc/tpl/
H A Dmain-sidebar-nav.php40 if (file_exists(DOKU_INC . 'inc/Menu/UserMenu.php')) {
41 echo (new \dokuwiki\Menu\UserMenu())->getListItems('toollist__listitem ');
/template/starter/
H A Dmain.php66 <?php if (file_exists(DOKU_INC . 'inc/Menu/UserMenu.php')) {
68 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ', false);
/template/strap/class/
H A DTplUtility.php19 use dokuwiki\Menu\UserMenu; alias
682 $liUserTools = (new UserMenu())->getListItems('action');
/template/twentyfifteen/
H A Dmain.php66 <ul><?php echo (new \dokuwiki\Menu\UserMenu())->getListItems('', false); ?></ul>

12