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:
e368293
)
testing removal of ad rotate to test events javascript errors
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 16 Jan 2017 19:18:17 +0000
(14:18 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 16 Jan 2017 19:18:17 +0000
(14:18 -0500)
sections/header.php
patch
|
blob
|
history
diff --git
a/sections/header.php
b/sections/header.php
index
5bfc019
..
7d8fa4d
100644
(file)
--- a/
sections/header.php
+++ b/
sections/header.php
@@
-5,10
+5,10
@@
<span>-Advertisements-</span>
<div class="row">
<div class="small-12 text-center medium-6 columns medium-text-right">
- <?php echo adrotate_group(1); ?>
+ <?php
//
echo adrotate_group(1); ?>
</div>
<div class="small-12 text-center medium-6 columns medium-text-left">
- <?php echo adrotate_group(2); ?>
+ <?php
//
echo adrotate_group(2); ?>
</div>
</div>
</div>