interface/web/index.php
@@ -1,7 +1,7 @@ <?php /* Copyright (c) 2005, Till Brehm, projektfarm Gmbh Copyright (c) 2007, Till Brehm, projektfarm Gmbh All rights reserved. Redistribution and use in source and binary forms, with or without modification, @@ -28,11 +28,13 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ error_reporting(E_ALL|E_STRICT); require_once('../lib/config.inc.php'); require_once('../lib/app.inc.php'); $app->uses('tpl'); $app->tpl->newTemplate("main.tpl.htm"); $app->tpl->newTemplate('main.tpl.htm'); /*