File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ dependencies[] = save_draft
95
95
dependencies[] = search404
96
96
97
97
; Open Way Features
98
- dependencies[] = open_way_defaults
98
+
99
99
dependencies[] = open_way_people_roles
100
100
dependencies[] = open_way_configuration_text_formats
101
101
dependencies[] = open_way_configuration_images_styles
@@ -108,6 +108,7 @@ dependencies[] = open_way_structure_blogger_bio
108
108
dependencies[] = open_way_structure_slides
109
109
dependencies[] = open_way_structure_front_page_slideshow
110
110
dependencies[] = open_way_content_default_pages
111
+ dependencies[] = open_way_defaults
111
112
112
113
113
114
; -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -20,9 +20,7 @@ function open_way_install() {
20
20
variable_set('admin_theme', 'rubik');
21
21
variable_set('node_admin_theme', '1');
22
22
23
- // remove title from NiceMenu block
24
23
25
- db_query("UPDATE {blocks} SET title = '<none>' WHERE module = 'nice_menus'");
26
24
27
25
28
26
You can’t perform that action at this time.
0 commit comments