From 00d8709ae8edcac15ca7cfb01ffb60e8165f9132 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sun, 1 Jan 2017 05:49:02 +0100 Subject: Fix relative paths --- includes/pages/guest_credits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/pages/guest_credits.php') diff --git a/includes/pages/guest_credits.php b/includes/pages/guest_credits.php index b982a38e..cbdc3133 100644 --- a/includes/pages/guest_credits.php +++ b/includes/pages/guest_credits.php @@ -4,6 +4,6 @@ function credits_title() { } function guest_credits() { - return template_render('../templates/guest_credits.html', []); + return template_render(__DIR__ . '/../../templates/guest_credits.html', []); } ?> \ No newline at end of file -- cgit v1.2.3-54-g00ecf