diff options
Diffstat (limited to 'app/helpers.php')
-rw-r--r-- | app/helpers.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers.php b/app/helpers.php index 01d0086..e943252 100644 --- a/app/helpers.php +++ b/app/helpers.php @@ -42,7 +42,7 @@ function custom_path($file = '') */ function views_path($file = '') { - return custom_path('views/install.tpl.php'); + return custom_path('views/' . $file); } /** |