From 4a803fa76909bc7172f68da890d854d0d7a5b903 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Mon, 28 Oct 2013 18:00:51 +0100 Subject: Fixed wrong include paths. --- example/index.php | 2 +- tests/dump_ast.php | 2 +- tests/test.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/index.php b/example/index.php index 2ebe3c7..b8a6938 100644 --- a/example/index.php +++ b/example/index.php @@ -2,7 +2,7 @@ # Example program to demonstrate the STE... -require_once(dirname(__FILE__) . "/../stupid_template_engine.php"); +require_once(dirname(__FILE__) . "/../ste.php"); # Initialize an STECore instance $ste = new \ste\STECore( diff --git a/tests/dump_ast.php b/tests/dump_ast.php index 418fbc8..ef0a049 100644 --- a/tests/dump_ast.php +++ b/tests/dump_ast.php @@ -1,5 +1,5 @@