Created
June 14, 2019 22:34
-
-
Save JeremyEnglert/b5519e63a6cce3276208a902bb863624 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="off-canvas" class="off-canvas offcanvas-full-screen" data-off-canvas data-transition="overlap"> | |
<div class="offcanvas-full-screen-inner"> | |
<button class="offcanvas-full-screen-close" aria-label="Close menu" type="button" data-close> | |
<span aria-hidden="true">×</span> | |
</button> | |
<?php joints_off_canvas_nav(); ?> <!-- This is the offcanvas/mobile nav --> | |
<?php joints_top_nav(); ?> <!-- This is the top nav --> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment