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.
biofriction-web/biofriction-theme/template-parts/mobile-top-bar.php

14 lines
220 B
PHP

<?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>