From 1190ec50eaff97125861d80a051ad90499c4841b Mon Sep 17 00:00:00 2001 From: nashe Date: Sun, 29 Apr 2018 23:29:12 +0200 Subject: Fix views_path() --- app/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } /** -- cgit v1.2.1