On va mettre une balise h1 sur la page principale, tant qu'à faire... et enlever le mode debug...
This commit is contained in:
parent
40f7208ee0
commit
4c22337ec4
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ if (!defined('_ECRIRE_INC_VERSION')) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function debug_spip(){
|
/*function debug_spip(){
|
||||||
define('_DEBUG_SLOW_QUERIES', true);
|
define('_DEBUG_SLOW_QUERIES', true);
|
||||||
define('_BOUCLE_PROFILER', 5000);
|
define('_BOUCLE_PROFILER', 5000);
|
||||||
define('_LOG_FILTRE_GRAVITE', 8);
|
define('_LOG_FILTRE_GRAVITE', 8);
|
||||||
|
@ -32,7 +32,7 @@ function debug_spip(){
|
||||||
|
|
||||||
define('_NO_CACHE', -1);
|
define('_NO_CACHE', -1);
|
||||||
define('_INTERDIRE_COMPACTE_HEAD_ECRIRE', true);
|
define('_INTERDIRE_COMPACTE_HEAD_ECRIRE', true);
|
||||||
}
|
}*/
|
||||||
//debug_spip();
|
//debug_spip();
|
||||||
|
|
||||||
if (!isset($GLOBALS['z_blocs']))
|
if (!isset($GLOBALS['z_blocs']))
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<section id="presentation-accueil">
|
<section id="presentation-accueil">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="text-center">[(#CHEMIN{images/Titre-AIPB.png}|inserer_attribut{alt,#NOM_SITE_SPIP}|image_reduire{900,120})]</h1>
|
<h1 class="text-center">[(#CHEMIN{images/Titre-AIPB.png}|image_reduire{900,120}|inserer_attribut{alt,AIPB - #NOM_SITE_SPIP})]</h1>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<BOUCLE_presentation(ARTICLES){grigri=presentation_accueil}{0,1}{! par date}>
|
<BOUCLE_presentation(ARTICLES){grigri=presentation_accueil}{0,1}{! par date}>
|
||||||
<div id="images-presentation" class="col-lg">
|
<div id="images-presentation" class="col-lg">
|
||||||
|
|
Loading…
Add table
Reference in a new issue