diff --git a/libraries/Template.php b/libraries/Template.php index ca28ff1..96001fc 100644 --- a/libraries/Template.php +++ b/libraries/Template.php @@ -675,7 +675,7 @@ private function _find_view_folder() $view_folder .= 'web/'; } - // Things like views/admin/web/view admin = subdir + // Things like views/web/admin/view admin = subdir if ($this->_layout_subdir) { $view_folder .= $this->_layout_subdir.'/'; @@ -793,4 +793,4 @@ private function _ext($file) } } -// END Template class \ No newline at end of file +// END Template class