linea21-core
[ class tree: linea21-core ] [ index: linea21-core ] [ all elements ]

Source for file footer.php

Documentation is available at footer.php

  1. <?php
  2. /**
  3.  * @package linea21.core
  4.  * @subpackage admin
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  */
  10. ?>
  11. </div>
  12. <?php
  13. if(defined('MOD_DEBUG'&& MOD_DEBUG == true && isset($bench)) {
  14.   $bench->add_flag('... loading Footer file');
  15. }
  16.  
  17. if(defined('MOD_DEBUG'&& MOD_DEBUG == true && isset($bench)) {
  18.   $bench->end_bench();
  19.   echo $bench->return_result();
  20. }
  21. ?>
  22. </body>
  23. </html>
  24. <?php
  25. $sql_object -> DBClose();
  26. ?>

Documentation generated on Sat, 08 Nov 2008 14:52:15 +0100 by phpDocumentor 1.4.1