This repository has been archived on 2021-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
|
<?php
|
|
/**
|
|
* Template part for mobile top bar menu
|
|
*
|
|
* @package Biofriction
|
|
* @since Biofriction 1.0.0
|
|
*/
|
|
|
|
?>
|
|
|
|
<nav class="mobile-menu vertical menu" role="navigation">
|
|
<?php foundationpress_mobile_nav(); ?>
|
|
</nav>
|