diff --git a/ecrire/inc/presentation.php b/ecrire/inc/presentation.php
index dc775f3f3ff54e12b558455fa6ddbd72952a1a5e..688edfb377c1d0b1900c423c9f2ebe5e4fc9ec70 100644
--- a/ecrire/inc/presentation.php
+++ b/ecrire/inc/presentation.php
@@ -2108,7 +2108,9 @@ function init_entete($titre, $rubrique, $css='') {
 			'<link rel="stylesheet" href="' . entites_html($css)
 			. '" type="text/css" />'. "\n"
 		) ) ."\n";
-
+	
+	//Must find a better place to put f_jQuery function
+	include_spip('public/assembler');
 	echo "<head>\n".pipeline('header_prive', $head)
 		. "</head>\n";
 }