From cffd2c46efe5875ad1eb86a566a9b41bdb461861 Mon Sep 17 00:00:00 2001
From: Fibinger Ádám <adam.fibinger@wup.hu>
Date: Thu, 09 Jan 2020 16:31:43 +0100
Subject: [PATCH] Kali, Wamai és egyéb módosítások

---
 common/base.php |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/common/base.php b/common/base.php
index 1038268..ba1197d 100644
--- a/common/base.php
+++ b/common/base.php
@@ -7,8 +7,7 @@
 define('IS_DEV', true);
 
 define('SITE_ROOT', dirname(__DIR__));
-define('OVERLAY_DIR', dirname(SITE_ROOT) . '/overlays/');
+define('TARGET_DIR', dirname(SITE_ROOT) . '/overlays/');
 
-$last_json = OVERLAY_DIR . 'last.json';
 
-$twig = \EOG\Utils\TwigFactory::getEnvironment(SITE_ROOT);
\ No newline at end of file
+$twig = \EOG\Utils\TwigFactory::getEnvironment(SITE_ROOT . '/templates/');
\ No newline at end of file

--
Gitblit v1.8.0