Alternc  latest
Alternc logiel libre pour l'hébergement
foot.php
Go to the documentation of this file.
1 <?php
2 /*
3  ----------------------------------------------------------------------
4  LICENSE
5 
6  This program is free software; you can redistribute it and/or
7  modify it under the terms of the GNU General Public License (GPL)
8  as published by the Free Software Foundation; either version 2
9  of the License, or (at your option) any later version.
10 
11  This program is distributed in the hope that it will be useful,
12  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  GNU General Public License for more details.
15 
16  To read the license please visit http://www.gnu.org/copyleft/gpl.html
17  ----------------------------------------------------------------------
18 */
19 
20 /**
21  * FOOTER for all HTML pages
22  * use with head.php
23  *
24  * @copyright AlternC-Team 2000-2017 https://alternc.com/
25  */
26 
27 ?>
28 </div> <!-- div content -->
29 <div style="clear:both;" ></div>
30 </div> <!-- div global -->
31 <?php
32 if ( isset($debug_alternc) && $debug_alternc->status ) {
33  $debug_alternc->dump();
34 }
35 ?>
36 </body>
37 </html>
38 <?php
39 if (DO_XHPROF_STATS) require_once("/usr/share/alternc/panel/admin/xhprof_footer.php");
40 exit(); // case of include('foot.php');
41 ?>
exit
Definition: adm_doadd.php:70
const DO_XHPROF_STATS
Main configuration file (BOOSTRAP) of AlternC control panel.
Definition: config.php:29