librealire/librealire_options.php

17 lines
193 B
PHP
Raw Normal View History

2020-05-22 10:36:20 +02:00
<?php
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
// Blocs Zcore
$GLOBALS['z_blocs'] = array(
'content',
'head',
'header',
'breadcrumb',
'extra',
'aside',
'connex',
'footer',
);