0byt3m1n1
Path:
/
data
/
48
/
4
/
58
/
64
/
4710553
/
user
/
5582526
/
htdocs
/
wp-content
/
themes
/
jupiter
/
views
/
header
/
toolbar
/
[
Home
]
File: nav.php
<?php /** * template part for header toolbar menu. views/header/toolbar * * @author Artbees * @package jupiter/views * @version 5.0.0 */ echo wp_nav_menu(array( 'theme_location' => 'toolbar-menu', 'container' => 'nav', 'container_class' => 'mk-toolbar-navigation', 'fallback_cb' => '', 'walker' => new header_icon_walker() , ));