public static function get_themes() { global $CFG, $DB; $params = self::validate_parameters(self::get_themes_parameters(), array()); $auth = new auth_plugin_joomdle(); $return = $auth->get_themes(); return $return; }