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

Source for file index.php

Documentation is available at index.php

  1. <?php
  2. /**
  3.  * @package linea21.templates
  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. if(isset($Dbg)) {
  12.   $Dbg->add('... loading Header file');
  13. }
  14. include_once("header.php");
  15. if(isset($Dbg)) {
  16.   $Dbg->stopTimer();
  17.   $Dbg->add('... loading Menu file');
  18. }
  19. culture::getInstance()->renderSwitcher();
  20. include_once("common_menu.php");
  21. if(isset($Dbg)) {
  22.   $Dbg->stopTimer();
  23.   $Dbg->add('... loading Modules file');
  24. }
  25. include_once($dir."/index.php");
  26. if(isset($Dbg)) {
  27.   $Dbg->stopTimer();
  28.   $Dbg->add('... loading QuickBox file');
  29.  
  30. }
  31. include_once($dir."/quickbox.php");
  32. if(isset($Dbg)) {
  33.   $Dbg->stopTimer();
  34.   $Dbg->add('... loading Footer file');
  35. }
  36.  
  37. include_once("footer.php");
  38. if(isset($Dbg)) {
  39.   $Dbg->stopTimer();
  40. }
  41. ?>

Documentation generated on Thu, 03 May 2012 15:05:07 +0200 by phpDocumentor 1.4.1