1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 14:16:46 +02:00

Themes class: add abb to path var to the nested templates

This commit is contained in:
Awilum
2018-03-10 01:47:11 +03:00
parent 5f605b2d2d
commit 0bc3797d41

View File

@@ -29,6 +29,8 @@ class Themes
{
$template_ext = '.php';
$page = $this->rawilum['pages']->page;
include THEMES_PATH . '/' . $this->rawilum['config']->get('site.theme') . '/' . $template_name . $template_ext;
}