tra('Bibliography Search'), 'description' => tra('Search the group\'s Zotero library for entries with the specified tags'), 'prefs' => ['zotero_enabled'], 'params' => [ ], ]; } /** * @param $mod_reference * @param $module_params */ function module_zotero($mod_reference, $module_params) { $zoterolib = TikiLib::lib('zotero'); $smarty = TikiLib::lib('smarty'); $smarty->assign('zotero_authorized', $zoterolib->is_authorized()); }