reorg theme
This commit is contained in:
parent
9ddb9f3c60
commit
e63af0b7ce
243 changed files with 10 additions and 11506 deletions
13
template-parts/mobile-top-bar.php
Normal file
13
template-parts/mobile-top-bar.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* Template part for mobile top bar menu
|
||||
*
|
||||
* @package FoundationPress
|
||||
* @since FoundationPress 1.0.0
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<nav class="mobile-menu vertical menu" id="<?php foundationpress_mobile_menu_id(); ?>" role="navigation">
|
||||
<?php foundationpress_mobile_nav(); ?>
|
||||
</nav>
|
Loading…
Add table
Add a link
Reference in a new issue