| 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
|
21 |
$GLOBALS['_GEN_commun']['i18n'] = 'fr';// devrait être remplacé par la valeur fournie par Spip
|
| - |
|
22 |
$GLOBALS['_GEN_commun']['url'] = new Pap_URL('/actu/recherche.php3');
|
| 22 |
$GLOBALS['_GEN_commun']['url'] = new Pap_URL('/actu/recherche.php3');
|
23 |
$GLOBALS['_GEN_commun']['url']->setPermalienBool(false);
|
| 23 |
|
24 |
|
| 24 |
/** Inclusion du fichier de l'applette "Moteur de Recherche".*/
|
25 |
/** Inclusion du fichier de l'applette "Moteur de Recherche".*/
|
| 25 |
require_once '../papyrus/applettes/moteur_recherche/moteur_recherche.php';
|
26 |
require_once '../papyrus/applettes/moteur_recherche/moteur_recherche.php';
|
| 26 |
echo afficherMoteurRecherche(array(), $GLOBALS['_GEN_commun']);
|
27 |
echo afficherMoteurRecherche(array(), $GLOBALS['_GEN_commun']);
|