/b2evolution/pixel/_body_footer.inc.php
http://laibcomsthemes.googlecode.com/ · PHP · 55 lines · 35 code · 4 blank · 16 comment · 1 complexity · eae83be14e852af8dc7b14b93928ad9f 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 pixel
- */
- if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
- ?>
-
- <!-- =================================== START OF FOOTER =================================== -->
- <div id="footer">
- <div id="footerleft">
- <p class="baseline"><a href="http://laibcoms.asia/blog/labox/general5/theme-pixel" title="Pixel Theme">Pixel Theme</a> ported by <a href="http://Laibcoms.asia/" title="Snow World">JC John Sese Cuneta</a>.</p>
- <p class="baseline">Design by <a href="http://samk.ca/freebies/" title="Pixel Theme">samk.ca</a> and Sweet Icons by <a href="http://famfamfam.com/">famfamfam</a>.</p>
- </div> <!-- end of id="footerleft" -->
-
- <div id="footerright">
- <p class="baseline">
- <?php
- // Display footer text (text can be edited in Blog Settings):
- $Blog->footer_text( array(
- 'before' => '',
- 'after' => '<br/>',
- ) );
- // 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...'),
- ) );
- // 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="footerright" -->
-
- <div class="cleared"></div>
- </div> <!-- end of id="footer" -->
-
- </div> <!-- end of id="wrapper" -->