/trunk/controleurs/AppControleur.php |
---|
181,6 → 181,14 |
} |
/** |
* Retourne le nom du module en cours (défini par GET ou par la config), |
* pour l'intégration Wordpress notamment |
*/ |
public static function getModule() { |
return self::$parametres['module']; |
} |
/** |
* Retourne les chronos pris dans l'appli |
*/ |
public static function getChrono() { |
/trunk/collection_wordpress.php |
---|
62,3 → 62,7 |
function collections_get_contenu_navigation() { |
return AppControleur::getContenuNavigation(); |
} |
function collections_get_module() { |
return AppControleur::getModule(); |
} |
/trunk/squelettes/moteur_publications.tpl.html |
---|
24,7 → 24,7 |
</script> |
<div class="coel-consultation"> |
<h2 class="titre-moteur-recherche">Rechercher une publication</h2> |
<h2 id="rechercher-parmi-publications" class="titre-moteur-recherche">Rechercher une publication</h2> |
<form id="pub-form" name="col-form" action="<?=$url_form;?>" method="get"> |
57,7 → 57,7 |
</div> |
</div> |
<input id="col-rech-ok" type="submit" value="OK" /> |
<input class="button" id="pub-rech-ok" type="submit" value="OK" /> |
</form> |
<br/> |