libreavous/libreavous_options.php

18 lines
205 B
PHP
Raw Permalink Normal View History

<?php
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
// Blocs Zcore
$GLOBALS['z_blocs'] = array(
'content',
'head',
'header',
'breadcrumb',
'extra',
'aside',
'connex',
'footer',
2022-10-03 08:16:15 +02:00
'head_js',
);