Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 2086 → Rev 2087

/trunk/papyrus/applications/afficheur/afficheur.php
57,6 → 57,10
}
 
function afficherContenuCorps() {
// si moteur de recherche est actif (paramètre "search") on ne poursuit pas la construction du corps de page
// cf: papyrus/applettes/google/google.php
if(isset($_GET['r'])) return '';
 
$retour = '';
$db = $GLOBALS['_AFFICHEUR']['objet_pear_db'];
$id_or = GEN_rechercheMenuCode($db, GEN_rechercheMenuIdentifiant($db, $GLOBALS['_AFFICHEUR']['menu_courant_id']));