function tfuse_get_menu()
    {
        $menu_position = tfuse_options('logo_position', 'center');
        if ($menu_position == 'left' || $menu_position == 'right') {
            ?>
            <div class="col-sm-3 logo-<?php 
            echo $menu_position;
            ?>
">
                <div class="site-logo" id="site-logo">
                    <a href="<?php 
            echo home_url();
            ?>
">
                        <?php 
            if (tfuse_options('logo_type', 'text') == 'text') {
                echo '<i><span>' . tfuse_options('logo_text', '') . '</span></i>';
                echo '<span>' . tfuse_options('logo_text_bottom', '') . '</span>';
            } else {
                ?>
                            <img src="<?php 
                echo tfuse_logo();
                ?>
" alt="<?php 
                bloginfo('name');
                ?>
">
                        <?php 
            }
            ?>
                    </a>
                </div>
            </div>
            <div class="col-sm-11 col-sm-offset-1 tf-menu-<?php 
            echo $menu_position;
            ?>
">
                <?php 
            tfuse_menu('primary');
            ?>
            </div>
        <?php 
        } else {
            ?>
            <div class="text-center">
                <div class="site-logo" id="site-logo">
                    <a href="<?php 
            echo home_url();
            ?>
">
                        <?php 
            if (tfuse_options('logo_type', 'text') == 'text') {
                echo '<i><span>' . tfuse_options('logo_text', '') . '</span></i>';
                echo '<span>' . tfuse_options('logo_text_bottom', '') . '</span>';
            } else {
                ?>
                            <img src="<?php 
                echo tfuse_logo();
                ?>
" alt="<?php 
                bloginfo('name');
                ?>
">
                        <?php 
            }
            ?>
                    </a>
                </div>
            </div>
            <div class="col-xs-offset-2">
                <div class="text-center">
                    <?php 
            tfuse_menu('primary');
            ?>
                </div>
            </div>
    <?php 
        }
    }
Example #2
0
bloginfo('name');
?>
"  border="0" />
                        </a>
                    </div><!--/ .logo -->
                    <div class="header_middle">
                    	<a href="/pay-your-bill/">Pay your Bill</a>
                    </div>
                    <div class="header_contacts">
                    <?php 
echo do_shortcode(tfuse_options('header_text_box'));
?>
                    </div>
                </div><!--/ .container -->
            </div><!--/ .header_top -->

            <div class="header_menu">
                <div class="container">
                    <?php 
tfuse_menu('default');
?>
                </div><!--/ .container -->
            </div><!--/ .header_menu -->
            <?php 
tfuse_header_content();
?>
        </div><!--/ .header -->
        <?php 
if ($is_tf_blog_page) {
    tfuse_category_on_blog_page();
}
Example #3
0
    <footer class="footer">
        <div class="container">
            <div class="row footer-nav">
                <div class="col-lg-offset-3 col-md-offset-2 col-sm-offset-0 col-xs-offset-0">
                    <?php 
tfuse_menu('footer');
?>
                    <!--Footer Social-->
                    <div class="footer-socials">
                        <?php 
tfuse_footer_social();
?>
                    </div>
                    <!--Copyright-->
                    <div class="copyright">
                        <?php 
echo tfuse_options('custom_copyright');
?>
                    </div>
                </div>
            </div>
        </div>
    </footer>
    <a class="anchor hidden" id="to-top" href="#page"><span class="tficon-row-up"></span></a>
</div><!-- /#page-->
<?php 
wp_footer();
?>
</body>
</html>