Current File : //home/tekstore/new.tekstore.ng/wp-content/themes/shoppystore/mlayouts/footer-mstyle3.php
<?php 
	/* 
	** Content Footer Mobile
	*/	
?>
<footer id="footer" class="footer-mstyle3 theme-clearfix">
	<div class="footer-container">
		<div class="footer-menu clearfix">
		<?php if ( has_nav_menu('mobile_menu_rtl') ) {?>
			<div class="wrapper_menu_footer">
				<?php wp_nav_menu(array('theme_location' => 'mobile_menu_rtl', 'menu_class' => 'menu-footer')); ?>
			</div>
		<?php } ?>
		</div>
	</div>
</footer>