Пример #1
0
    function woo_top_nav()
    {
        if (function_exists('has_nav_menu') && has_nav_menu('top-menu')) {
            global $woo_options;
            ?>

	<div id="top">
		<div class="col-full">
			<?php 
            superstore_contact();
            ?>
			<nav role="navigation" class="top-nav">
				<?php 
            wp_nav_menu(array('depth' => 6, 'sort_column' => 'menu_order', 'container' => 'ul', 'menu_id' => 'top-nav', 'menu_class' => 'nav fl', 'theme_location' => 'top-menu'));
            ?>
			</nav>
		</div><!--/.col-full-->
	</div><!-- /#top -->

 <?php 
        }
    }
Пример #2
0
if (isset($woo_options['woo_footer_sidebars']) && $woo_options['woo_footer_sidebars'] != '') {
    $total = $woo_options['woo_footer_sidebars'];
}
if ((woo_active_sidebar('footer-1') || woo_active_sidebar('footer-2') || woo_active_sidebar('footer-3') || woo_active_sidebar('footer-4')) && $total > 0) {
    ?>
	
	<?php 
    woo_footer_before();
    ?>

	<div class="footer-wrap contact">

		<section class="col-full">

			<?php 
    superstore_contact();
    ?>

		</section>

	</div><!--/.footer-wrap-contact-->

	<div class="footer-wrap">
			
		<section id="footer-widgets" class="col-full col-<?php 
    echo $total;
    ?>
 fix">

			<?php 
    $i = 0;