Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1597 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1597 Rev 1600
Line 46... Line 46...
46
Config::set('base_url_application_index', $current_url . '/');
46
Config::set('base_url_application_index', $current_url . '/');
Line 47... Line 47...
47
 
47
 
48
// Initialisation du controleur principal de l'application
48
// Initialisation du controleur principal de l'application
Line -... Line 49...
-
 
49
AppControleur::initialiser();
-
 
50
 
-
 
51
// Ajout du nom sci au titre
-
 
52
function page_title() {
-
 
53
    return AppControleur::getMetaTitre().' – eFlore – Tela Botanica';
-
 
54
}
49
AppControleur::initialiser();
55
add_filter( 'pre_get_document_title', 'page_title' );
50
 
56
 
Line 51... Line 57...
51
// Hook d'ajout des scripts
57
// Hook d'ajout des scripts
52
add_action('wp_enqueue_scripts', 'eflore_scripts_et_styles');
58
add_action('wp_enqueue_scripts', 'eflore_scripts_et_styles');