From ceb262e08027531717f1a16faafc343e8d9656e3 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Mon, 21 Sep 2020 20:46:15 +0200 Subject: Move to r7r namespace and r7r composer package vendor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's face it, no one but my CMS Ratatöskr (r7r for short) uses this template engine anyway. Also it's a good excuse to get rid of more remnants of my old kch42 nickname. --- steloader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'steloader.php') diff --git a/steloader.php b/steloader.php index 5e490be..f878f6f 100644 --- a/steloader.php +++ b/steloader.php @@ -9,7 +9,7 @@ function autoload_ste($cl) { $path = explode("\\", $cl); - if (($path[0] == "kch42") && ($path[1] == "ste")) { + if (($path[0] == "r7r") && ($path[1] == "ste")) { require_once(__DIR__ . "/src/ste/" . $path[2] . ".php"); } } -- cgit v1.2.3-54-g00ecf