| [ Index ] |
|
Code source de b2evolution 2.1.0-beta |
1 <?php 2 /** 3 * This is the footer file for login/registering services 4 * 5 * This file is part of the evoCore framework - {@link http://evocore.net/} 6 * See also {@link http://sourceforge.net/projects/evocms/}. 7 * 8 * @copyright (c)2003-2007 by Francois PLANQUE - {@link http://fplanque.net/} 9 * 10 * {@internal License choice 11 * - If you have received this file as part of a package, please find the license.txt file in 12 * the same folder or the closest folder above for complete license terms. 13 * - If you have received this file individually (e-g: from http://evocms.cvs.sourceforge.net/) 14 * then you must choose one of the following licenses before using the file: 15 * - GNU General Public License 2 (GPL) - http://www.opensource.org/licenses/gpl-license.php 16 * - Mozilla Public License 1.1 (MPL) - http://www.opensource.org/licenses/mozilla1.1.php 17 * }} 18 * 19 * {@internal Open Source relicensing agreement: 20 * }} 21 * 22 * @package htsrv 23 * 24 * {@internal Below is a list of authors who have contributed to design/coding of this file: }} 25 * @author fplanque: Francois PLANQUE. 26 */ 27 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' ); 28 ?> 29 30 </div> 31 32 <p class="footer"><?php echo $app_footer_text; ?></p> 33 <p class="footer"><?php echo $copyright_text; ?></p> 34 <p class="footer"> 35 <?php 36 // Display additional credits (see /conf/): 37 // If you can add your own credits without removing the defaults, you'll be very cool :)) 38 // Please leave this at the bottom of the page to make sure your blog gets listed on b2evolution.net 39 display_list( $credit_links, T_('Credits').': ', '', '|', ' ', ' ' ); 40 ?> 41 </p> 42 43 <?php debug_info(); ?> 44 45 </body> 46 </html> 47 <?php 48 /* 49 * $Log: _html_footer.inc.php,v $ 50 * Revision 1.1 2007/06/25 11:18:44 fplanque 51 * MODULES (refactored MVC) 52 * 53 * Revision 1.5 2007/05/02 18:28:05 fplanque 54 * copyright credits logo 55 * 56 * Revision 1.4 2007/04/26 00:11:10 fplanque 57 * (c) 2007 58 * 59 * Revision 1.3 2006/11/24 18:27:26 blueyed 60 * Fixed link to b2evo CVS browsing interface in file docblocks 61 * 62 * Revision 1.2 2006/04/19 20:13:51 fplanque 63 * do not restrict to :// (does not catch subdomains, not even www.) 64 * 65 */ 66 ?>
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 |
|