commit da67af0e4e197eb2a7506d8e013c3cf549d32c58 parent ce288d7149a975d6a2b4cebd253b91ec9f41d2f4 Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 16 Apr 2015 19:47:18 +0200 cleanup name Diffstat:
| M | core/backend/admin/modules/modul_normal-login/models/funcs.php | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/core/backend/admin/modules/modul_normal-login/models/funcs.php b/core/backend/admin/modules/modul_normal-login/models/funcs.php @@ -35,6 +35,7 @@ function getPageFiles() $pages = glob($directory . "*.php"); //print each file name foreach ($pages as $page){ + $page = trim($page, $root."/themes/"); $row[$page] = $page; } return $row;