added footer menu, insert module, image field to page

This commit is contained in:
2017-02-24 17:00:41 +01:00
parent 65f6be158a
commit fc8070a669
27 changed files with 1750 additions and 65 deletions
@@ -12,12 +12,12 @@ function clameurs_default_fe_block_settings() {
$export['version'] = '2.0';
$export['clameursmod-thematiques-anchor-links'] = array(
$export['menu-menu-footer-menu'] = array(
'cache' => -1,
'custom' => 0,
'delta' => 'thematiques-anchor-links',
'delta' => 'menu-footer-menu',
'i18n_mode' => 0,
'module' => 'clameursmod',
'module' => 'menu',
'node_types' => array(),
'pages' => '',
'roles' => array(),
@@ -29,8 +29,8 @@ function clameurs_default_fe_block_settings() {
'weight' => 0,
),
'clameurs' => array(
'region' => '',
'status' => 0,
'region' => 'footer_top',
'status' => 1,
'theme' => 'clameurs',
'weight' => 0,
),