baz_april/baz_april_options.php

25 lines
377 B
PHP
Raw Normal View History

2020-02-18 13:23:20 +01:00
<?php
if (!defined('_ECRIRE_INC_VERSION')) {
return;
2020-02-18 13:23:20 +01:00
}
// corriger les intertitres de SPIP
$GLOBALS['debut_intertitre'] = "\n<h2>";
2020-02-18 13:23:20 +01:00
$GLOBALS['fin_intertitre'] = "</h2>\n";
// Blocs Zcore
$GLOBALS['z_blocs'] = array(
'content',
'head',
'header',
'breadcrumb',
'extra',
'aside',
'connex',
'footer',
);
define('_CONTENT_WIDTH', 650);
define('_IMAGE_RATIO', '1.5:1');