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

14 lines
224 B
PHP
Raw Normal View History

<?php
/**
* Template part for mobile top bar menu
*
2021-04-28 01:20:47 +02:00
* @package arcHIVE-theme
* @since arcHIVE-theme 1.0.0
*/
?>
<nav class="mobile-menu vertical menu" role="navigation">
<?php foundationpress_mobile_nav(); ?>
</nav>