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:
19842f8
)
reverting test changes to adrotate, adding the groups back to the theme
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 16 Jan 2017 19:22:27 +0000
(14:22 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 16 Jan 2017 19:22:27 +0000
(14:22 -0500)
sections/header.php
patch
|
blob
|
history
diff --git
a/sections/header.php
b/sections/header.php
index
7d8fa4d
..
5bfc019
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>