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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') 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( -- cgit v1.2.3-54-g00ecf