arc-hive-wordpress-theme/template-parts/mobile-top-bar.php

14 lines
228 B
PHP
Raw Normal View History

<?php
/**
* Template part for mobile top bar menu
*
* @package FoundationPress
* @since FoundationPress 1.0.0
*/
?>
<nav class="mobile-menu vertical menu" role="navigation">
<?php foundationpress_mobile_nav(); ?>
</nav>