Line 17... |
Line 17... |
17 |
include_once '../papyrus/configuration/pap_config.inc.php' ;
|
17 |
include_once '../papyrus/configuration/pap_config.inc.php' ;
|
Line 18... |
Line 18... |
18 |
|
18 |
|
19 |
$_GEN_commun['pear_db'] = DB::connect(PAP_DSN);
|
19 |
$_GEN_commun['pear_db'] = DB::connect(PAP_DSN);
|
20 |
// Définition de l'id de langue courant
|
20 |
// Définition de l'id de langue courant
|
21 |
$GLOBALS['_GEN_commun']['i18n'] = 'fr';// devrait être remplacé par la valeur fournie par Spip
|
- |
|
22 |
if (!isset($_POST['more_motif'])) {
|
21 |
$GLOBALS['_GEN_commun']['i18n'] = 'fr';// devrait être remplacé par la valeur fournie par Spip
|
23 |
$GLOBALS['_GEN_commun']['url'] = new Pap_URL('/actu/recherche.php3');
|
- |
|
24 |
} else {
|
- |
|
25 |
$GLOBALS['_GEN_commun']['url'] = new Pap_URL(PAP_URL);
|
22 |
$GLOBALS['_GEN_commun']['url'] = new Pap_URL('/actu/recherche.php3');
|
26 |
}
|
23 |
|
27 |
/** Inclusion du fichier de l'applette "Moteur de Recherche".*/
|
24 |
/** Inclusion du fichier de l'applette "Moteur de Recherche".*/
|
28 |
require_once '../papyrus/applettes/moteur_recherche/moteur_recherche.php';
|
25 |
require_once '../papyrus/applettes/moteur_recherche/moteur_recherche.php';
|
29 |
echo afficherMoteurRecherche(array(), $GLOBALS['_GEN_commun']);
|
26 |
echo afficherMoteurRecherche(array(), $GLOBALS['_GEN_commun']);
|