Home
last modified time | relevance | path

Searched refs:_notadmin (Results 1 – 1 of 1) sorted by relevance

/plugin/tindexmenu/
H A Daction.php47 if ($this->_notadmin()) {
63 $jsmenu .= ($this->_notadmin()) ? "usrmenu.js" : "admmenu.js";
148 if ($ACT != 'show' || $this->_notadmin()) return;
161 function _notadmin() { function in action_plugin_indexmenu