Home
last modified time | relevance | path

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

12

/template/ad-hominem/
H A Dmy_template.php389 $items = (new \dokuwiki\Menu\UserMenu())->getItems();
/template/argon-alt/
H A Dmain.php87 $menu_items = (new \dokuwiki\Menu\UserMenu())->getItems();
/template/argon/
H A Dmain.php90 $menu_items = (new \dokuwiki\Menu\UserMenu())->getItems();
/template/bootie/
H A Dmain.php150 <?php echo (new \dokuwiki\Menu\UserMenu())->getListItems('action'); ?>
/template/bootstrap3/
H A DTemplate.php2319 'user' => ['icon' => 'mdi:account', 'object' => new \dokuwiki\Menu\UserMenu],
/template/bootstrap3/compat/inc/Menu/
H A DMobileMenu.php24 $usermenu = new UserMenu(AbstractItem::CTX_MOBILE);
H A DUserMenu.php6 * Class UserMenu
10 class UserMenu extends AbstractMenu { class
/template/byu_2017_theme/
H A Dtpl_header.php49 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ');
/template/congrid/
H A Dtpl_functions.php296 print((new \dokuwiki\Menu\UserMenu())->getListItems('action '));
H A Dtpl_header.php51 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ');
/template/darkblue/
H A Dtpl_header.php49 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ');
/template/docnavwiki/
H A Dtpl_header.php38 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ');
/template/dokukitv2/
H A Dmain.php67 if($_SERVER['REMOTE_USER']) echo (new \dokuwiki\Menu\UserMenu())->getListItems();
/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/flarum/
H A Dtpl_header.php62 $items = (new \dokuwiki\Menu\UserMenu())->getItems();
/template/icke/
H A Dfunctions.php68 $tools .= (new \dokuwiki\Menu\UserMenu())->getListItems('dw-menu-item ');
/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/khum1/
H A Dmain.php207 <?php echo (new \dokuwiki\Menu\UserMenu())->getListItems(); ?>
/template/kiwiki/partial/
H A Dheader.php78 <?php echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ', false); ?>
/template/kkh/
H A Dtpl_header.php54 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ');
/template/material/
H A Dmain.php57 foreach ((new \dokuwiki\Menu\UserMenu())->getItems() as $action){
/template/mikio/
H A Dmikio.php16 use dokuwiki\Menu\UserMenu;
576 $items = (new UserMenu())->getItems('action');
/template/mindthedark/
H A Dtpl_header.php67 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ');
/template/monochrome/
H A Dmain.php147 echo (new \dokuwiki\Menu\UserMenu())->getListItems();

12