Home
last modified time | relevance | path

Searched refs:UserMenu (Results 1 – 25 of 33) sorted by last modified time

12

/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/kiwiki/partial/
H A Dheader.php78 <?php echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ', false); ?>
/template/ad-hominem/
H A Dmy_template.php389 $items = (new \dokuwiki\Menu\UserMenu())->getItems();
/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/peanutbutter/
H A Dmain.php151 echo (new \dokuwiki\Menu\UserMenu())->getListItems();
/template/strap/class/
H A DTplUtility.php19 use dokuwiki\Menu\UserMenu; alias
682 $liUserTools = (new UserMenu())->getListItems('action');
/template/khum1/
H A Dmain.php207 <?php echo (new \dokuwiki\Menu\UserMenu())->getListItems(); ?>
/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/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/notepad/
H A Dmain.php165 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/flarum/
H A Dtpl_header.php62 $items = (new \dokuwiki\Menu\UserMenu())->getItems();
/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/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/dokukitv2/
H A Dmain.php67 if($_SERVER['REMOTE_USER']) echo (new \dokuwiki\Menu\UserMenu())->getListItems();
/template/docnavwiki/
H A Dtpl_header.php38 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ');
/template/monochrome/
H A Dmain.php147 echo (new \dokuwiki\Menu\UserMenu())->getListItems();
/template/argon/
H A Dmain.php90 $menu_items = (new \dokuwiki\Menu\UserMenu())->getItems();
/template/twentyfifteen/
H A Dmain.php66 <ul><?php echo (new \dokuwiki\Menu\UserMenu())->getListItems('', false); ?></ul>
/template/argon-alt/
H A Dmain.php87 $menu_items = (new \dokuwiki\Menu\UserMenu())->getItems();

12