Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Regard whitespace Rev 86 → Rev 87

/trunk/collection_papyrus.php
31,13 → 31,13
 
// +--------------------------------------------------------------------------------------------------+
// Remplacement de méta tags fournit par Papyrus par ceux créés dans l'appli
if (!empty(Collection::getMetaTitre())) {
if (Collection::getMetaTitre() != '') {
$GLOBALS['_PAPYRUS_']['rendu']['TITRE_PAGE'] = Collection::getMetaTitre();
}
if (!empty(Collection::getMetaDescription())) {
if (Collection::getMetaDescription() != '') {
GEN_modifierMetaName('description', Collection::getMetaDescription());
}
if (!empty(Collection::getMetaTags())) {
if (Collection::getMetaTags() != '') {
GEN_modifierMetaName('keywords', Collection::getMetaTags());
}