[ Index ] |
|
Code source de b2evolution 2.1.0-beta |
1 <?php 2 /** 3 * This is the 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 natural_pink 12 */ 13 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' ); 14 ?> 15 16 <!-- =================================== START OF FOOTER =================================== --> 17 <div id="pageFooter"> 18 <p class="baseline"> 19 <?php 20 // Display a link to contact the owner of this blog (if owner accepts messages): 21 $Blog->contact_link( array( 22 'before' => '', 23 'after' => ' • ', 24 'text' => T_('Contact'), 25 'title' => T_('Send a message to the owner of this blog...'), 26 ) ); 27 ?> 28 Original <?php display_param_link( $skin_links ) ?> by <a href="http://severinelandrieu.com/">Séverine Landrieu</a> 29 & <?php display_param_link( $fplanque_links ) ?> 30 </p> 31 <p class="baseline"> 32 <?php 33 // Display additional credits (see /conf/): 34 // If you can add your own credits without removing the defaults, you'll be very cool :)) 35 // Please leave this at the bottom of the page to make sure your blog gets listed on b2evolution.net 36 credits( array( 37 'list_start' => T_('Credits').': ', 38 'list_end' => ' ', 39 'separator' => '|', 40 'item_start' => ' ', 41 'item_end' => ' ', 42 ) ); 43 ?> 44 </p> 45 </div>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Thu Nov 29 23:58:50 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |