include "sections/copyright.php";
echo '</div>';
?>
- </div><!--/#page-wrapper-->
+ </div><!--/#page-wrapper-->
<a class="exit-off-canvas"></a>
</div><!--End of inner-wrap-->
</div><!--End of off-canvas-->
?>
<body>
- <div class="off-canvas-wrapper">
- <div class="off-canvas-wrapper-inner" data-off-canvas-wrapper>
- <div class="off-canvas-content" data-off-canvas-content>
+ <div class="off-canvas-wrap" data-offcanvas>
+ <div class="inner-wrap">
+ <div id="page-wrapper">
<?php
include "sections/header.php";
include "sections/off-canvas.php";
</div>
-->
</div><!-- .row .content -->
- </main>
- <?php
+ </main>
+ <?php
+ echo '<div id="footer-page-anchor">';
include "sections/footer.php";
include "sections/copyright.php";
- ?>
- <div class="js-off-canvas-exit"></div>
- </div><!--/.off-canvas-content-->
+ echo '</div>';
+ ?>
+ </div><!--/#page-wrapper-->
+ <a class="exit-off-canvas"></a>
</div><!--End of inner-wrap-->
</div><!--End of off-canvas-->
<?php wp_footer();?>