$GLOBALS['spip_pipeline']['jqueryui_plugins'] .= "|insert_jqueryui"; function insert_jqueryui($jqueryui_plugins) { $jqueryui_plugins[] = "jquery.ui.datepicker"; return $jqueryui_plugins ; }