Bachir Soussi Chiadmi hace 9 años
padre
commit
7c5e6f127a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      sites/all/modules/features/admin/admin.strongarm.inc

+ 2 - 1
sites/all/modules/features/admin/admin.strongarm.inc

@@ -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();