private static function isAdmin() { if (!isset(self::$_be)) { self::$_be = JFactory::getApplication()->isAdmin(); } return self::$_be; }