diff --git a/rawilum/Themes.php b/rawilum/Themes.php index 611b432f..e7f042c6 100644 --- a/rawilum/Themes.php +++ b/rawilum/Themes.php @@ -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; }