/blog/wp-content/themes/wptouch/footer.php

https://bitbucket.org/sergiohzlz/reportaprod · PHP · 17 lines · 13 code · 2 blank · 2 comment · 1 complexity · 5a6582edd0b5da7434158c6ea9ba9703 MD5 · raw file

  1. <div id="footer">
  2. <div id="wptouch-switch-link">
  3. <?php wptouch_core_footer_switch_link(); ?>
  4. </div>
  5. <?php do_action( 'wp_mobile_theme_footer' ); ?>
  6. <p>
  7. <?php if ( !bnc_wptouch_is_exclusive() ) { wp_footer(); } ?>
  8. </p>
  9. </div>
  10. <?php wptouch_get_stats();
  11. //WPtouch theme designed and developed by Dale Mugford and Duane Storey for BraveNewCode.com
  12. //If you modify it, please keep the link credit *visible* in the footer (and keep the WordPress credit, too!) that's all we ask folks.
  13. ?>
  14. </body>
  15. </html>