summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-10-28 18:00:51 +0100
committerKevin Chabowski <kevin@kch42.de>2013-10-28 18:00:51 +0100
commit4a803fa76909bc7172f68da890d854d0d7a5b903 (patch)
tree62ce91b1f01d45f58f483f381e4efb955c0e0516 /example
parent5ebeca22792fa7cdd0f48db3e946b680e1d36c42 (diff)
downloadste-4a803fa76909bc7172f68da890d854d0d7a5b903.tar.gz
ste-4a803fa76909bc7172f68da890d854d0d7a5b903.tar.bz2
ste-4a803fa76909bc7172f68da890d854d0d7a5b903.zip
Fixed wrong include paths.
Diffstat (limited to 'example')
-rw-r--r--example/index.php2
1 files changed, 1 insertions, 1 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(