Title back to top
authorLaury GvR <laury@gaslightmedia.com>
Mon, 22 Dec 2014 15:58:47 +0000 (10:58 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 22 Dec 2014 15:58:47 +0000 (10:58 -0500)
page-2027.php

index 829a6de..693179e 100644 (file)
@@ -8,7 +8,9 @@
         <?php GLM_get_header(); ?>
         <div class="row">
             <div class="small-12 columns">
-
+<?php do_action('foundationPress_page_before_entry_content'); ?>
+                <div class="video-content">
+                <h2><?php the_title();?></h2>
 <link rel="canonical" href="" />
     <style type="text/css">#flipbookcontent{height:550px;width:728px;}#altcontent{width:600px;padding:20px;}#textualcontent{display:none;}div.ps-toolbar-close{display:block !important;}</style>
     <script type="text/javascript" src="<?php echo bloginfo('template_directory') ?>/assets/flipbook/files/js/swfobject.js"></script>
     var attributes = {};attributes.id = "flipbook";
     swfobject.embedSWF("<?php echo bloginfo('template_directory') ?>/assets/flipbook/files/pageflip.swf", "flipbookcontent", "100%", "550px", "9.0.0", false, flashvars, params, attributes);
 </script>
-                <?php do_action('foundationPress_page_before_entry_content'); ?>
-                <div class="video-content">
-                <h2><?php the_title();?></h2>
+                
                 <?php the_content(); ?>
                 </div>