/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
- <?php
- /**
- * This is the BODY footer include template.
- *
- * For a quick explanation of b2evo 2.0 skins, please start here:
- * {@link http://manual.b2evolution.net/Skins_2.0}
- *
- * This is meant to be included in a page template.
- *
- * @package evoskins
- * @subpackage nonzero
- */
- if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
- ?>
- <div id="footer">
- <p>
- <span id="blog-name"><?php $Blog->name(); ?></span> <?php /* $Blog->tagline(); */ ?>
- <?php
- // Display footer text (text can be edited in Blog Settings):
- $Blog->footer_text( array(
- 'before' => '',
- 'after' => ' • ',
- ) );
- // Display a link to contact the owner of this blog (if owner accepts messages):
- $Blog->contact_link( array(
- 'before' => '',
- 'after' => ' • ',
- 'text' => T_('Contact'),
- 'title' => T_('Send a message to the owner of this blog...'),
- ) );
- ?>
- <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>
- •
- <?php
- // Display additional credits:
- // If you can add your own credits without removing the defaults, you'll be very cool :))
- // Please leave this at the bottom of the page to make sure your blog gets listed on b2evolution.net
- credits( array(
- 'list_start' => '',
- 'list_end' => '',
- 'separator' => ' • ',
- 'item_start' => '',
- 'item_end' => '',
- ) );
- ?>
- </p>
- </div> <!-- end of id="wrapper" -->
- </div> <!-- end of id="outer" -->
- </div> <!-- end of id="body-in" -->