", 100, 48); if ($res) { $res = "
$res
"; } } } } $rac = spip_htmlentities($rac, ENT_QUOTES); $do = spip_htmlentities($do, ENT_QUOTES); $id = intval($id); # ce lien provoque la selection (directe) de la rubrique cliquee # et l'affichage de son titre dans le bandeau $titre = strtr(str_replace("'", "’", str_replace('"', """, textebrut($titre))), "\n\r", " "); $js_func = $do . '_selection_titre'; return "
" . "" . "" . "
" . "
" . (!$res ? '' : $res) . "

" . safehtml($titre) . "

" . (!$descriptif ? '' : "
" . safehtml($descriptif) . "
") . "
" . "" . "
" . "
"; }