diff --git a/rawilum/Pages.php b/rawilum/Pages.php index 4c6d2545..381b85ff 100755 --- a/rawilum/Pages.php +++ b/rawilum/Pages.php @@ -83,8 +83,7 @@ class Pages $template_path = THEMES_PATH . '/' . $site_theme . '/' . $template_name . $template_ext; if ($this->rawilum['filesystem']->exists($template_path)) { - $this->rawilum['themes']->renderPage($page); - //include $template_path; + include $template_path; } else { throw new RuntimeException("Template {$template_name} does not exist."); }