Lines Matching +full:admin -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
10 * Class Admin
12 * Displays the Admin screen
18 class Admin extends Ui class
33 echo '<div class="ui-admin">';
34 echo p_locale_xhtml('admin');
36 $this->showMenu('admin');
47 * @param string $type admin|manager|other
100 * Display a single Admin menu item
109 echo '<a href="' . wl($ID, 'do=admin&page=' . $item['plugin']) . '">';
121 * Build list of admin functions from the plugins that handle them
123 * Checks the current permissions to decide on manager or admin plugins
131 $pluginlist = plugin_list('admin');
132 $menu = ['admin' => [], 'manager' => [], 'other' => []];
136 if (!($obj = plugin_load('admin', $p)) instanceof PluginInterface) continue;
143 $type = 'admin';
159 uasort($menu['admin'], [$this, 'menuSort']);
167 * Custom sorting for admin menu