big update for home v2

This commit is contained in:
Bachir Soussi Chiadmi
2015-06-03 17:02:24 +02:00
parent 49004d7fee
commit 3ffbc09c10
26 changed files with 4210 additions and 1461 deletions

View File

@@ -61,7 +61,7 @@ function materio_administration_strongarm() {
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'admin_menu_position_fixed';
$strongarm->value = 0;
$strongarm->value = 1;
$export['admin_menu_position_fixed'] = $strongarm;
$strongarm = new stdClass();