projects
/
WP-Themes
/
thinkdunes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eb7661
)
Featured image default behavior re-implemented on subpages
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 22 Jun 2016 12:42:34 +0000
(08:42 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 22 Jun 2016 12:42:34 +0000
(08:42 -0400)
parts/slide-show.php
patch
|
blob
|
history
diff --git
a/parts/slide-show.php
b/parts/slide-show.php
index
02f7cdc
..
f021d8b
100644
(file)
--- a/
parts/slide-show.php
+++ b/
parts/slide-show.php
@@
-43,9
+43,11
@@
</div>
<?php } else { ?>
<div id="head-img">
- <?php if ( is_active_sidebar( 'feature-img' ) )
:
?>
+ <?php if ( is_active_sidebar( 'feature-img' ) )
{
?>
<?php dynamic_sidebar( 'feature-img' ); ?>
- <?php endif; ?>
+ <?php } else { ?>
+ <?php glm_get_header(); ?>
+ <?php } ?>
</div>
<?php } ?>
<?php } ?>