From a7b0e045ee8e7aba37ffde421fcedd037e4d70f9 Mon Sep 17 00:00:00 2001 From: flashwave Date: Sun, 8 Mar 2015 06:48:27 +0100 Subject: [PATCH] help? --- main/index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/main/index.php b/main/index.php index 959b0de..b59f9e6 100644 --- a/main/index.php +++ b/main/index.php @@ -6,13 +6,10 @@ // Include components require_once('/var/www/flashii.net/_sakura/sakura.php'); -// Initialise templating engine -$flashii->initTwig(); - // Add page specific things $renderData['page'] = [ 'title' => 'Flashii Dev' ]; // Print page contents -print $flashii->twig->render('main/index.tpl', $renderData); +print $flashii->_TPL->render('main/index.tpl', $renderData);