From ad9a402e3d58912a121ff9742eb903469e2e6cb3 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 26 May 2019 00:33:21 +0300 Subject: [PATCH] Slim Framework integration #118 #117 - Themes: refactoring --- flextype/Themes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/Themes.php b/flextype/Themes.php index 3f962bce..19a641a9 100644 --- a/flextype/Themes.php +++ b/flextype/Themes.php @@ -71,7 +71,7 @@ class Themes $partials = []; // Get partials files - $_partials = Filesystem::listContents(PATH['themes'] . '/' . $this->flextype['registry']->get('settings.theme') . '/views/partials/'); + $_partials = Filesystem::listContents(PATH['themes'] . '/' . $this->flextype['registry']->get('settings.theme') . '/templates/partials/'); // If there is any partials file then go... if (count($_partials) > 0) {