0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
b2evolution
/
2.4.1-2
/
standard
/
htdocs
/
skins
/
evopress
/
[
Home
]
File: _body_footer.inc.php
<?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 kubrick */ if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' ); ?> <hr /> <!-- =================================== START OF FOOTER =================================== --> <div id="footer"> <p> <?php // Display footer text (text can be edited in Blog Settings): $Blog->footer_text( array( 'before' => '', 'after' => ' | ', ) ); ?> <?php // 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://www.evopress.org/" target="_blank">Design</a> by <a href="http://binarybonsai.com/" target="_blank">Michael</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' => ' | '.T_('Credits').': ', 'list_end' => ' ', 'separator' => '|', 'item_start' => ' ', 'item_end' => ' ', ) ); ?> </p> </div> </div>