[ 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 photoblog 12 */ 13 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' ); 14 15 ?> 16 17 <!-- =================================== START OF FOOTER =================================== --> 18 <div id="pageFooter"> 19 20 <p class="baseline"> 21 <?php 22 // Display a link to contact the owner of this blog (if owner accepts messages): 23 $Blog->contact_link( array( 24 'before' => '', 25 'after' => ' | ', 26 'text' => T_('Contact'), 27 'title' => T_('Send a message to the owner of this blog...'), 28 ) ); 29 ?> 30 31 <a href="<?php $Blog->disp( 'lastcommentsurl', 'raw' ) ?>"><?php echo T_('Latest comments') ?></a> 32 | 33 <a href="<?php $Blog->disp( 'rss2_url', 'raw' ) ?>">RSS 2.0</a> / 34 <a href="<?php $Blog->disp( 'atom_url', 'raw' ) ?>"><?php echo T_('Atom Feed') ?></a> / 35 <a href="http://webreference.fr/2006/08/30/rss_atom_xml" title="External - English"><?php echo T_('What is RSS?') ?></a> 36 </p> 37 38 </div> 39 40 41 <div id="pageFooter"> 42 43 <p class="baseline"> 44 Powered by <a href="http://b2evolution.net/" title="b2evolution: next generation blog software" target="_blank">b2evolution</a> 45 | 46 <?php display_param_link( $skin_links ) ?> by <a href="http://skinfaktory.com/" target="_blank">The Skin Faktory</a> 47 | 48 <?php 49 // Display additional credits (see /conf/): 50 // If you can add your own credits without removing the defaults, you'll be very cool :)) 51 // Please leave this at the bottom of the page to make sure your blog gets listed on b2evolution.net 52 credits( array( 53 'list_start' => T_('Credits').': ', 54 'list_end' => ' ', 55 'separator' => '|', 56 'item_start' => ' ', 57 'item_end' => ' ', 58 ) ); 59 ?> 60 </p> 61 62 </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 |
![]() |