File "custommenu.php"

Full Path: /home/ozbarhaber/public_html/wp-content/themes/anka/widgets/custommenu.php
File size: 439 bytes
MIME-type: text/x-php
Charset: utf-8

<?php if(!defined('ABSPATH')) exit; ?>
<div class="safirCustomMenu safirWidget <?php echo $color . " " . $widgetPlace ?>Widget">
	<?php include("parts/_heading.php"); ?>
	<div class="innerContainer">
		<div class="widgetContent">
			<?php
			wp_nav_menu( array(
				'menu'				=> $menu,
				'container'			=> 'ul',
				'walker'			=> new sfrIconMenuWalker(),
				'fallback_cb'		=> false,
			) );
			?>
		</div>
	</div>
</div>