Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1482 → Rev 1483

/trunk/modules/recherche/squelettes/recherche_accueil.tpl.html
2,10 → 2,10
<main id="main" class="site-main" role="main">
 
<div id="bloc-recherche" class="bandeau importance1" style="background-image: url();">
<div class="layout-wrapper">
<h1 class="bandeau-titre"><?=$i18n['titre-nom'];?></h1>
<div class="bandeau-soustitre"><?=$form_nom;?>
<div id="bloc-recherche" class="cover importance1" style="background-image: url();">
<div class="layout-wrapper cover-content">
<h1 class="title"><?=$i18n['titre-nom'];?></h1>
<div class="subtitle"><?=$form_nom;?>
<div id="conteneur_activation_definition">
<a href="#">&nbsp;</a>
</div>
/trunk/eflore_wordpress.php
34,7 → 34,7
 
// Configuration issue de la page ACF "Applis externes"
Config::set('base_url_application', $chemin_eflore_http);
Config::set('url_css_appli', $chemin_eflore_http . '/presentations/styles/eflore.css');
Config::set('url_css_appli', $chemin_eflore_http . '/presentations/styles/eflore_wordpress.css');
Config::set('url_css_pdf', $chemin_eflore_http . '/presentations/styles/pdf.css');
Config::set('url_css_images', $chemin_eflore_http . '/presentations/images/');