Skip to content

Commit 72ac6dc

Browse files
author
J.R. Logan
committed
got ride of failed effort to change block title
1 parent b98905f commit 72ac6dc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

open_way.info

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ dependencies[] = save_draft
9595
dependencies[] = search404
9696

9797
; Open Way Features
98-
dependencies[] = open_way_defaults
98+
9999
dependencies[] = open_way_people_roles
100100
dependencies[] = open_way_configuration_text_formats
101101
dependencies[] = open_way_configuration_images_styles
@@ -108,6 +108,7 @@ dependencies[] = open_way_structure_blogger_bio
108108
dependencies[] = open_way_structure_slides
109109
dependencies[] = open_way_structure_front_page_slideshow
110110
dependencies[] = open_way_content_default_pages
111+
dependencies[] = open_way_defaults
111112

112113

113114
; -----------------------------------------------------------------------------

open_way.install

-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ function open_way_install() {
2020
variable_set('admin_theme', 'rubik');
2121
variable_set('node_admin_theme', '1');
2222

23-
// remove title from NiceMenu block
2423

25-
db_query("UPDATE {blocks} SET title = '<none>' WHERE module = 'nice_menus'");
2624

2725

2826

0 commit comments

Comments
 (0)