uppdated modules

This commit is contained in:
Bachir Soussi Chiadmi
2017-01-22 16:19:36 +01:00
parent 03be8f82aa
commit 8416e3eea1
748 changed files with 32317 additions and 20900 deletions
@@ -530,7 +530,7 @@ function admin_strongarm() {
$strongarm->api_version = 1;
$strongarm->name = 'footer_message_msg';
$strongarm->value = array(
'value' => '<p>g.u.i. | 2 rue de la réunion, 75020 Paris | contact@g-u-i.net | 09 51 93 83 43</p>',
'value' => '<p>clameurs</p>',
'format' => 'filtred_html',
);
$export['footer_message_msg'] = $strongarm;
@@ -1042,7 +1042,7 @@ function admin_strongarm() {
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'site_name';
$strongarm->value = 'Drupal base 7';
$strongarm->value = 'Clameurs';
$export['site_name'] = $strongarm;
$strongarm = new stdClass();
@@ -1056,7 +1056,7 @@ function admin_strongarm() {
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'site_slogan';
$strongarm->value = 'drupal7 starter base profile by www.g-u-i.net';
$strongarm->value = 'La websérie habitée par Laudato si\'';
$export['site_slogan'] = $strongarm;
$strongarm = new stdClass();
@@ -1141,7 +1141,7 @@ function admin_strongarm() {
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'theme_default';
$strongarm->value = 'inigui';
$strongarm->value = 'clameurs';
$export['theme_default'] = $strongarm;
$strongarm = new stdClass();