diff options
Diffstat (limited to 'example/index.php')
-rw-r--r-- | example/index.php | 2 |
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( |