title="Résultat de recherche: ".$_REQUEST["s"]; /* modif pour tenir compte des folder dans title */ if ($_REQUEST["s"]){ $title = $_REQUEST["s"]; } if ($_REQUEST["title"]){ $title = $_REQUEST["title"]; } $PAGE->title="Résultat de recherche: ".$title; $PAGE->addStylesheet("/styles/kentika.css"); $PAGE->addscript("/scripts/myDocuments.js"); $PAGE->setWidgetReference("content","listRecord"); ?>