librealire/librealire_options.php

18 lines
205 B
PHP

<?php
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
// Blocs Zcore
$GLOBALS['z_blocs'] = array(
'content',
'head',
'header',
'breadcrumb',
'extra',
'aside',
'connex',
'footer',
'head_js',
);