projects
/
WP-Themes
/
khako.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cfb8e0
)
Frontpage block group ID corrected for dev55
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 7 Feb 2018 15:15:01 +0000
(10:15 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 7 Feb 2018 15:15:01 +0000
(10:15 -0500)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
af2259a
..
992134e
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-9,7
+9,7
@@
$includePages = array();
$frontPageId = get_option('page_on_front');
add_action('widgets_init', 'glm_quicksite_widget_init');
-DEFINE("GLM_BLOCKS_FRONT_GROUP",
152
);
+DEFINE("GLM_BLOCKS_FRONT_GROUP",
270
);
DEFINE("GLM_BLOCKS_OUR_IMPACT_GROUP",271);//271
if (!function_exists('glm_quicksite_widget_init')) {