This commit is contained in:
Bachir Soussi Chiadmi
2015-04-15 13:51:58 +02:00
parent 451037c2fa
commit 7c5e6f127a
@@ -122,7 +122,8 @@ function admin_strongarm() {
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'admin_theme_path';
$strongarm->value = '';
$strongarm->value = 'user
user/*';
$export['admin_theme_path'] = $strongarm;
$strongarm = new stdClass();