/b2evolution/emerald/_body_footer.inc.php
http://laibcomsthemes.googlecode.com/ · PHP · 46 lines · 30 code · 0 blank · 16 comment · 1 complexity · fecb3c84480b4e6f4beb67f80d692f72 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 emerald
- */
- if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
- ?>
- <div id="footer">
- <p>
- <a href="http://laibcoms.asia/blog/labox/general5/theme-emerald" title="Emerald Theme">Emerald Theme</a> ported by <a href="http://Laibcoms.asia/" title="Snow World">JC John Sese Cuneta</a>, design by <a href="http://www.freecsstemplates.org" title="Emerald">Free CSS Templates</a>.
- </p>
- <p>
- <?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="footer" -->
- </div> <!-- end of id="outer" -->