projects
/
WP-Themes
/
safeinnm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05b33a3
)
Fix fp block ideas for dev site
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 5 Jun 2018 17:03:27 +0000
(13:03 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 5 Jun 2018 17:03:27 +0000
(13:03 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
0f60d42
..
f4bcd39
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-9,8
+9,8
@@
$includePages = array();
$frontPageId = get_option('page_on_front');
add_action('widgets_init', 'glm_quicksite_widget_init');
-DEFINE("GLM_BLOCKS_FRONT_GROUP",
90
);//d:266 L:90
-DEFINE("GLM_BLOCKS_FRONT_VIDEO_GROUP",
91
);//d:267 L:91
+DEFINE("GLM_BLOCKS_FRONT_GROUP",
266
);//d:266 L:90
+DEFINE("GLM_BLOCKS_FRONT_VIDEO_GROUP",
267
);//d:267 L:91
if (!function_exists('glm_quicksite_widget_init')) {