tbrehm
2008-06-04 9100936bfe5c1aadd167f9179a2af01882c59c1d
interface/web/index.php
@@ -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');
/*