projects
/
WP-Themes
/
visitbenzie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eabf2cb
)
Event and package detail header images made shorter by Jodie's request
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 13 Mar 2018 15:12:22 +0000
(11:12 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 13 Mar 2018 15:12:22 +0000
(11:12 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
bc4ec49
..
1f1d650
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-119,7
+119,7
@@
function glm_get_header() {
} else {
echo '<div';
- if ((has_post_thumbnail() && $post->post_type == 'page') || is_page('member-detail')) {
+ if ((has_post_thumbnail() && $post->post_type == 'page') || is_page('member-detail')
|| is_page('event-detail') || is_page('package-detail')
) {
// If Member detail
if(!$memberID){
// If member detail but no member ID provided