Home
last modified time | relevance | path

Searched refs:UserMenu (Results 1 – 25 of 33) sorted by relevance

12

/template/bootstrap3/compat/inc/Menu/
H A DUserMenu.php6 * Class UserMenu
10 class UserMenu extends AbstractMenu { class
H A DMobileMenu.php24 $usermenu = new UserMenu(AbstractItem::CTX_MOBILE);
/template/docnavwiki/
H A Dtpl_header.php38 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ');
/template/flarum/
H A Dtpl_header.php62 $items = (new \dokuwiki\Menu\UserMenu())->getItems();
/template/darkblue/
H A Dtpl_header.php49 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ');
/template/dokuwikibee/dokuwikibee/
H A Dtpl_header.php49 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ');
/template/dokuwikitplacc/dokuwikiBee/
H A Dtpl_header.php49 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ');
/template/byu_2017_theme/
H A Dtpl_header.php49 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ');
/template/congrid/
H A Dtpl_header.php51 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ');
/template/mindthedark/
H A Dtpl_header.php67 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ');
/template/kkh/
H A Dtpl_header.php54 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ');
/template/kiwiki/partial/
H A Dheader.php78 <?php echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ', false); ?>
/template/twentyfifteen/
H A Dmain.php66 <ul><?php echo (new \dokuwiki\Menu\UserMenu())->getListItems('', false); ?></ul>
/template/dokukitv2/
H A Dmain.php67 if($_SERVER['REMOTE_USER']) 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/bootie/
H A Dmain.php150 <?php echo (new \dokuwiki\Menu\UserMenu())->getListItems('action'); ?>
/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/nostalgia/
H A Dmain.php93 … echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ', false);
/template/newspaper/
H A Dmain.php115 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ', false);
/template/notepad/
H A Dmain.php165 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ', false);
/template/monochrome/
H A Dmain.php147 echo (new \dokuwiki\Menu\UserMenu())->getListItems();
/template/peanutbutter/
H A Dmain.php151 echo (new \dokuwiki\Menu\UserMenu())->getListItems();
/template/kajukkd/
H A Dmain.php274 <?php if (file_exists(DOKU_INC . 'inc/Menu/UserMenu.php')) {
276 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ', false);
/template/material/
H A Dmain.php57 foreach ((new \dokuwiki\Menu\UserMenu())->getItems() as $action){
/template/argon-alt/
H A Dmain.php87 $menu_items = (new \dokuwiki\Menu\UserMenu())->getItems();

12