diff --git a/src/TemplateLoader.php b/src/TemplateLoader.php index d5b1da0..5112468 100644 --- a/src/TemplateLoader.php +++ b/src/TemplateLoader.php @@ -23,7 +23,6 @@ class TemplateLoader { foreach ($templates_path as $path) { if (file_exists($path)) { load_template($path); - exit; } }