projects
/
WP-Themes
/
petoskeyveterinarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39e0d26
)
Just a simple notification for the slideshow position added back
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 10 Nov 2016 18:41:39 +0000
(13:41 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 10 Nov 2016 18:41:39 +0000
(13:41 -0500)
parts/slide-show.php
patch
|
blob
|
history
diff --git
a/parts/slide-show.php
b/parts/slide-show.php
index
d4e0126
..
1d726a4
100644
(file)
--- a/
parts/slide-show.php
+++ b/
parts/slide-show.php
@@
-1,5
+1,6
@@
<div id="slideshow">
<ul>
+ Slideshow here (delete me)
<?php if ( is_active_sidebar( 'slideshow' ) ) : ?>
<?php dynamic_sidebar( 'slideshow' ); ?>
<?php endif; ?>