commit ce288d7149a975d6a2b4cebd253b91ec9f41d2f4 parent d7059b4a449dcf572f2966f0f3f6851b65f1d923 Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 16 Apr 2015 19:43:51 +0200 fix path Diffstat:
| M | core/backend/admin/modules/modul_normal-login/models/funcs.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/backend/admin/modules/modul_normal-login/models/funcs.php b/core/backend/admin/modules/modul_normal-login/models/funcs.php @@ -31,7 +31,7 @@ function getTemplateFiles() function getPageFiles() { global $root, $theme; - $directory = $root."/*"; + $directory = $root."/themes/".$theme."/"; $pages = glob($directory . "*.php"); //print each file name foreach ($pages as $page){