diff --git a/soyezcreateurs_options.php b/soyezcreateurs_options.php index 2a38ce3b79da9dd925d8aec6daee09a6ca458cec..b1d92f29c2d5b454e507ffd4dbbcc1d1abdf973f 100644 --- a/soyezcreateurs_options.php +++ b/soyezcreateurs_options.php @@ -29,7 +29,7 @@ if (!defined('_AUTOBR')) define('_AUTOBR', ''); // cf http://www.spip.net/fr_article5427.html (TextWheel) // Recalculer le cache si la config du site change -$GLOBALS['marqueur_skel'] = (isset($GLOBALS['marqueur_skel'])?$GLOBALS['marqueur_skel']:'').':sc'.md5($GLOBALS['meta']['boutonstexte'].$GLOBALS['meta']['btv2'].$GLOBALS['meta']['soyezcreateurs_couleurs'].$GLOBALS['meta']['soyezcreateurs_layout'].$GLOBALS['meta']['soyezcreateurs'].$GLOBALS['meta']['soyezcreateurs_google'].$GLOBALS['meta']['bte'].$GLOBALS['meta']['nom_site'].$GLOBALS['meta']['slogan_site'].$GLOBALS['meta']['descriptif_site'].$GLOBALS['meta']['email_webmaster']); // Sur un conseil de Cedric : http://permalink.gmane.org/gmane.comp.web.spip.zone/6258 +$GLOBALS['marqueur_skel'] = (isset($GLOBALS['marqueur_skel'])?$GLOBALS['marqueur_skel']:'').':sc'.md5($GLOBALS['meta']['boutonstexte'].$GLOBALS['meta']['btv2'].(isset($GLOBALS['meta']['soyezcreateurs_couleurs'])?$GLOBALS['meta']['soyezcreateurs_couleurs']:'').(isset($GLOBALS['meta']['soyezcreateurs_layout'])?$GLOBALS['meta']['soyezcreateurs_layout']:'').$GLOBALS['meta']['soyezcreateurs'].(isset($GLOBALS['meta']['soyezcreateurs_google'])?$GLOBALS['meta']['soyezcreateurs_google']:'').$GLOBALS['meta']['bte'].$GLOBALS['meta']['nom_site'].$GLOBALS['meta']['slogan_site'].$GLOBALS['meta']['descriptif_site'].$GLOBALS['meta']['email_webmaster']); // Sur un conseil de Cedric : http://permalink.gmane.org/gmane.comp.web.spip.zone/6258 if (!defined('_TRI_GROUPES_MOTS')) define('_TRI_GROUPES_MOTS', '0+titre,titre'); // cf http://trac.rezo.net/trac/spip/changeset/14712 if (!defined('_DUREE_CACHE_DEFAUT')) @@ -76,7 +76,7 @@ $GLOBALS['debut_intertitre_5'] = '<h6 class="spip">'; $GLOBALS['fin_intertitre_5'] = '</h6>'; // Pour suivre les recommandations du RGAA : -$GLOBALS['debut_italique'] = "<em$class_spip>"; +$GLOBALS['debut_italique'] = '<em class="spip">'; $GLOBALS['fin_italique'] = '</em>'; // Pour pouvoir styler en appliquant : http://www.sovavsiti.cz/css/hr.html