reverting test changes to adrotate, adding the groups back to the theme
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 16 Jan 2017 19:22:27 +0000 (14:22 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 16 Jan 2017 19:22:27 +0000 (14:22 -0500)
sections/header.php

index 7d8fa4d..5bfc019 100644 (file)
@@ -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>