Subversion Repositories Applications.papyrus

Rev

Rev 2002 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2002 Rev 2087
Line 55... Line 55...
55
{
55
{
56
    return '';
56
    return '';
57
}
57
}
Line 58... Line 58...
58
 
58
 
-
 
59
function afficherContenuCorps() {
-
 
60
	// si moteur de recherche est actif (paramètre "search") on ne poursuit pas la construction du corps de page
-
 
61
	// cf: papyrus/applettes/google/google.php
-
 
62
	if(isset($_GET['r'])) return '';
59
function afficherContenuCorps() {
63
 
60
	$retour = '';
64
	$retour = '';
61
    $db = $GLOBALS['_AFFICHEUR']['objet_pear_db'];
65
    $db = $GLOBALS['_AFFICHEUR']['objet_pear_db'];
Line 62... Line 66...
62
	$id_or = GEN_rechercheMenuCode($db, GEN_rechercheMenuIdentifiant($db, $GLOBALS['_AFFICHEUR']['menu_courant_id']));
66
	$id_or = GEN_rechercheMenuCode($db, GEN_rechercheMenuIdentifiant($db, $GLOBALS['_AFFICHEUR']['menu_courant_id']));