Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1600 → Rev 1601

/trunk/eflore_wordpress.php
50,7 → 50,7
 
// Ajout du nom sci au titre
function page_title() {
return AppControleur::getMetaTitre().' – eFlore – Tela Botanica';
return AppControleur::getMetaTitre().' – '.$_GET['onglet'].' – eFlore – Tela Botanica';
}
add_filter( 'pre_get_document_title', 'page_title' );