Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * The template for displaying the footer
- *
- */
- ?>
- </div><!-- #main -->
- </div><!-- #page -->
- <footer id="gk-footer" role="contentinfo">
- <?php if (is_active_sidebar('bottom')) : ?>
- <div id="gk-bottom" role="complementary">
- <div class="widget-area">
- <?php dynamic_sidebar('bottom'); ?>
- </div>
- </div>
- <?php endif; ?>
- <div id="gk-social">
- <?php wp_nav_menu(array('theme_location' => 'footer', 'menu_class' => 'social-menu')); ?>
- </div>
- <div id="gk-copyrights">
- <?php do_action('portfolio_credits'); ?>
- <p class="copyright"><?php _e('Free WordPress Theme designed by ','portfolio'); ?> <a href="https://www.gavick.com/">GavickPro.com</a></p>
- <p class="poweredby"><?php _e('Proudly published with ','portfolio'); ?> <a href="http://wordpress.org/">WordPress</a></p>
- </div><!-- .site-info -->
- </footer><!-- end of #gk-footer -->
- <?php wp_footer(); ?>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement