summaryrefslogtreecommitdiff
path: root/includes/pages/guest_credits.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2017-01-01 05:49:02 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-01-01 05:58:42 +0100
commit00d8709ae8edcac15ca7cfb01ffb60e8165f9132 (patch)
tree0ecafdaff5d64022bf1d954795fb792d08479421 /includes/pages/guest_credits.php
parentb8ebd23f6df8317a2b091335640ddd89de8cc55b (diff)
Fix relative paths
Diffstat (limited to 'includes/pages/guest_credits.php')
-rw-r--r--includes/pages/guest_credits.php2
1 files changed, 1 insertions, 1 deletions
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