projects
/
WP-Themes
/
mackinawareavb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eef907
)
Added Header Ads widget area to functions file.
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 30 Jun 2017 18:39:17 +0000
(14:39 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 30 Jun 2017 18:39:17 +0000
(14:39 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
6cd8092
..
0385f62
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-19,6
+19,11
@@
if (!function_exists('glm_quicksite_widget_init')) {
'id' => 'slideshow',
'description' => __('Meta Slider/Slideshow Area')
));
+ register_sidebar(array(
+ 'name' => __('Header Ads'),
+ 'id' => 'header-ads',
+ 'description' => __('For Ads in the Header')
+ ));
}
}