| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297 | <?php/** * @file * admin.strongarm.inc *//** * Implements hook_strongarm(). */function admin_strongarm() {  $export = array();  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'adminimal_admin_menu_toolbar-disabled';  $strongarm->value = TRUE;  $export['adminimal_admin_menu_toolbar-disabled'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'admin_menu_devel_modules_skip';  $strongarm->value = array(    'devel' => 0,    'devel_node_access' => 0,    'views_ui' => 0,  );  $export['admin_menu_devel_modules_skip'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'admin_menu_display';  $strongarm->value = 'plid';  $export['admin_menu_display'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'admin_menu_margin_top';  $strongarm->value = 1;  $export['admin_menu_margin_top'] = $strongarm;  $strongarm = new stdClass();  $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;  $export['admin_menu_position_fixed'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'admin_menu_show_all';  $strongarm->value = 0;  $export['admin_menu_show_all'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'admin_menu_source_settings';  $strongarm->value = array(    1 => array(      'source' => '',    ),    2 => array(      'source' => '',    ),    3 => array(      'source' => 'navigation',    ),    4 => array(      'source' => '',    ),  );  $export['admin_menu_source_settings'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'admin_menu_tweak_modules';  $strongarm->value = 0;  $export['admin_menu_tweak_modules'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'admin_menu_tweak_permissions';  $strongarm->value = 0;  $export['admin_menu_tweak_permissions'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'admin_menu_tweak_tabs';  $strongarm->value = 0;  $export['admin_menu_tweak_tabs'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'admin_theme';  $strongarm->value = 'adminimal';  $export['admin_theme'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'admin_theme_admin_theme_batch';  $strongarm->value = 1;  $export['admin_theme_admin_theme_batch'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'admin_theme_admin_theme_devel';  $strongarm->value = 1;  $export['admin_theme_admin_theme_devel'] = $strongarm;  $strongarm = new stdClass();  $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 = 'useruser/*';  $export['admin_theme_path'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'admin_theme_path_disallow';  $strongarm->value = '';  $export['admin_theme_path_disallow'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'admin_toolbar';  $strongarm->value = array(    'layout' => 'vertical',    'position' => 'nw',    'behavior' => 'df',    'blocks' => array(      'admin-devel' => -1,      'locale-language' => -1,      'user-online' => -1,    ),  );  $export['admin_toolbar'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'node_admin_theme';  $strongarm->value = 1;  $export['node_admin_theme'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'theme_adaptivetheme_admin_settings';  $strongarm->value = array(    'toggle_name' => 1,    'toggle_favicon' => 1,    'toggle_main_menu' => 1,    'toggle_secondary_menu' => 1,    'default_favicon' => 1,    'favicon_path' => '',    'favicon_upload' => '',    'layout_width' => '1260px',    'layout_sidebar_first_width' => '240',    'layout_sidebar_last_width' => '240',    'layout_method' => '2',    'layout_enable_settings' => 'on',    'breadcrumb_display' => 'yes',    'breadcrumb_separator' => ' » ',    'breadcrumb_home' => 1,    'search_snippet' => 1,    'search_info_type' => 1,    'search_info_user' => 1,    'search_info_date' => 1,    'search_info_comment' => 1,    'search_info_upload' => 1,    'search_info_separator' => ' - ',    'horizontal_login_block' => 1,    'extra_page_classes' => 0,    'extra_article_classes' => 0,    'extra_comment_classes' => 0,    'extra_block_classes' => 0,    'extra_menu_classes' => 0,    'extra_item_list_classes' => 0,    'menu_item_span_elements' => 0,    'at__active_tab' => 'edit-page-layout',  );  $export['theme_adaptivetheme_admin_settings'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'theme_adaptivetheme_gui_admin_settings';  $strongarm->value = array(    'toggle_name' => 1,    'toggle_favicon' => 1,    'toggle_main_menu' => 1,    'toggle_secondary_menu' => 1,    'default_favicon' => 1,    'favicon_path' => '',    'favicon_upload' => '',    'layout_width' => '1260px',    'layout_sidebar_first_width' => '240',    'layout_sidebar_last_width' => '240',    'layout_method' => '1',    'layout_enable_settings' => 'on',    'breadcrumb_display' => 'yes',    'breadcrumb_separator' => ' » ',    'breadcrumb_home' => 1,    'search_snippet' => 1,    'search_info_type' => 1,    'search_info_user' => 1,    'search_info_date' => 1,    'search_info_comment' => 1,    'search_info_upload' => 1,    'search_info_separator' => ' - ',    'horizontal_login_block' => 0,    'extra_page_classes' => 0,    'extra_article_classes' => 0,    'extra_comment_classes' => 0,    'extra_block_classes' => 0,    'extra_menu_classes' => 0,    'extra_item_list_classes' => 0,    'menu_item_span_elements' => 0,    'at__active_tab' => 'edit-page-layout',  );  $export['theme_adaptivetheme_gui_admin_settings'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'user_admin_role';  $strongarm->value = '4';  $export['user_admin_role'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'user_mail_register_admin_created_body';  $strongarm->value = '[user:name],A site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it to your browser:[user:one-time-login-url]This link can only be used once to log in and will lead you to a page where you can set your password.After setting your password, you will be able to log in at [site:login-url] in the future using:username: [user:name]password: Your password--  [site:name] team';  $export['user_mail_register_admin_created_body'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'user_mail_register_admin_created_subject';  $strongarm->value = 'An administrator created an account for you at [site:name]';  $export['user_mail_register_admin_created_subject'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'workflow_access_priority';  $strongarm->value = '0';  $export['workflow_access_priority'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'workflow_chapitre';  $strongarm->value = array(    0 => 'node',  );  $export['workflow_chapitre'] = $strongarm;  $strongarm = new stdClass();  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */  $strongarm->api_version = 1;  $strongarm->name = 'workflow_page';  $strongarm->value = array(    0 => 'node',  );  $export['workflow_page'] = $strongarm;  return $export;}
 |