* @version $Id$ * @access public * @license http://opensource.org/licenses/gpl-3.0.html * 'Home' module is used into the back-office */ include_once($dir."/".SQL.".inc.php"); $todopage=$dir."/"; switch ($todo) { case 'list': $todopage.="list.php"; break; default: $todopage.="list.php"; } include_once(override($todopage, THEME_ADMIN_PATH)); ?>