/b2evolution/corporatemag/_body_footer.inc.php

http://laibcomsthemes.googlecode.com/ · PHP · 49 lines · 33 code · 0 blank · 16 comment · 1 complexity · 9396adf528abe8385b6fc0af2bce228f MD5 · raw file

  1. <?php
  2. /**
  3. * This is the BODY footer include template.
  4. *
  5. * For a quick explanation of b2evo 2.0 skins, please start here:
  6. * {@link http://manual.b2evolution.net/Skins_2.0}
  7. *
  8. * This is meant to be included in a page template.
  9. *
  10. * @package evoskins
  11. * @subpackage nonzero
  12. */
  13. if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
  14. ?>
  15. <div id="footer">
  16. <p>
  17. <span id="blog-name"><?php $Blog->name(); ?></span> <?php /* $Blog->tagline(); */ ?>
  18. <?php
  19. // Display footer text (text can be edited in Blog Settings):
  20. $Blog->footer_text( array(
  21. 'before' => '',
  22. 'after' => ' &bull; ',
  23. ) );
  24. // Display a link to contact the owner of this blog (if owner accepts messages):
  25. $Blog->contact_link( array(
  26. 'before' => '',
  27. 'after' => ' &bull; ',
  28. 'text' => T_('Contact'),
  29. 'title' => T_('Send a message to the owner of this blog...'),
  30. ) );
  31. ?>
  32. <a href="http://laibcoms.asia/blog/labox/theme-corporatemag" title="CorporateMag Theme" target="_blank">CorporateMag Theme</a> ported by <a href="credits.html" title="Snow World" target="_blank">Laibcoms Themes</a>, design by <a href="http://wpjunction.com" title="WPJUNCTION" target="_blank">hpa</a>
  33. &bull;
  34. <?php
  35. // Display additional credits:
  36. // If you can add your own credits without removing the defaults, you'll be very cool :))
  37. // Please leave this at the bottom of the page to make sure your blog gets listed on b2evolution.net
  38. credits( array(
  39. 'list_start' => '',
  40. 'list_end' => '',
  41. 'separator' => ' &bull; ',
  42. 'item_start' => '',
  43. 'item_end' => '',
  44. ) );
  45. ?>
  46. </p>
  47. </div> <!-- end of id="wrapper" -->
  48. </div> <!-- end of id="outer" -->
  49. </div> <!-- end of id="body-in" -->