adding fresh FoundationPress theme from scratch
This commit is contained in:
parent
e5766ffeca
commit
3785add5fa
127 changed files with 29293 additions and 0 deletions
15
FoundationPress/template-parts/mobile-off-canvas.php
Normal file
15
FoundationPress/template-parts/mobile-off-canvas.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
/**
|
||||
* Template part for off canvas menu
|
||||
*
|
||||
* @package FoundationPress
|
||||
* @since FoundationPress 1.0.0
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<nav class="mobile-off-canvas-menu off-canvas position-left" id="<?php foundationpress_mobile_menu_id(); ?>" data-off-canvas data-auto-focus="false" role="navigation">
|
||||
<?php foundationpress_mobile_nav(); ?>
|
||||
</nav>
|
||||
|
||||
<div class="off-canvas-content" data-off-canvas-content>
|
Loading…
Add table
Add a link
Reference in a new issue