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

Source for file index.php

Documentation is available at index.php

  1. <?php
  2. /**
  3.  * @package linea21.core
  4.  * @subpackage home
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  *  'Home' module is used into the back-office
  10.  */
  11.  
  12. include_once($dir."/".SQL.".inc.php");
  13. $todopage=$dir."/";
  14. switch ($todo)
  15. {
  16.   case 'list':
  17.     $todopage.="list.php";
  18.     break;
  19.   default:
  20.     $todopage.="list.php";
  21. }
  22. include_once(override($todopageTHEME_ADMIN_PATH));
  23. ?>

Documentation generated on Thu, 20 Mar 2014 16:48:05 +0100 by phpDocumentor 1.4.1