projects
/
WP-Themes
/
bayharbor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb49371
)
Hotel Blocks Group id fixed
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 22 Mar 2018 19:20:21 +0000
(15:20 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 22 Mar 2018 19:20:21 +0000
(15:20 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
a57b4a7
..
c3d3c7d
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-8,7
+8,7
@@
$frontPageId = get_option('page_on_front');
add_action('widgets_init', 'glm_quicksite_widget_init');
define("HOTEL_PAGE_ID", 84); // L:13
define("FRONT_BLOCKS_GROUP",383); // L:128
-define("HOTEL_BLOCKS_GROUP",
129
); // L:129
+define("HOTEL_BLOCKS_GROUP",
384
); // L:129
if (!function_exists('glm_quicksite_widget_init')) {