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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user