[ Index ] |
|
Code source de b2evolution 2.1.0-beta |
1 <?php 2 /** 3 * This file displays the admin page footer. 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 admin 23 * 24 * @version $Id: _html_footer.inc.php,v 1.3 2007/09/17 01:36:39 fplanque Exp $ 25 */ 26 if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' ); 27 28 /** 29 * Icon Legend 30 */ 31 global $IconLegend; 32 if( isset($IconLegend) ) 33 { // Display icon legend, if activated by user 34 $IconLegend->display_legend(); 35 } 36 37 echo $this->get_footer_contents(); 38 39 // CALL PLUGINS NOW: 40 global $Plugins; 41 $Plugins->trigger_event( 'AdminAfterPageFooter', array() ); 42 43 44 // Close open divs, etc... 45 echo $this->get_body_bottom(); 46 47 48 if( $this->get_path(0) == 'files' 49 || $this->get_path_range(0,1) == array( 'blogs', 'perm' ) 50 || $this->get_path_range(0,1) == array( 'blogs', 'permgroup' ) ) 51 { // init checkall JS functions 52 ?> 53 <script type="text/javascript"> 54 initcheckall(); 55 <?php 56 if( $this->get_path(0) == 'files' ) 57 { 58 global $checkall; 59 ?> setcheckallspan(0<?php if( isset($checkall) ) echo ', '.(int)$checkall; ?>); <?php 60 } 61 ?> 62 </script> 63 <?php 64 } 65 66 // log the hit on this page (according to settings) 67 global $Hit; 68 $Hit->log(); 69 70 debug_info(); 71 72 ?> 73 74 </body> 75 </html> 76 <?php 77 /* 78 * $Log: _html_footer.inc.php,v $ 79 * Revision 1.3 2007/09/17 01:36:39 fplanque 80 * look 'ma: just spent 5 hours on a smooth sized footer logo :P 81 * 82 * Revision 1.2 2007/07/16 02:53:04 fplanque 83 * checking in mods needed by the chicago adminskin, 84 * so that incompatibilities with legacy & evo can be detected early. 85 * 86 * Revision 1.1 2007/06/25 11:02:34 fplanque 87 * MODULES (refactored MVC) 88 * 89 * Revision 1.9 2007/05/02 18:28:05 fplanque 90 * copyright credits logo 91 * 92 * Revision 1.8 2007/04/26 00:11:11 fplanque 93 * (c) 2007 94 * 95 * Revision 1.7 2006/11/26 01:42:09 fplanque 96 * doc 97 */ 98 ?>
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 |
![]() |