summaryrefslogtreecommitdiff
path: root/includes/pages/guest_credits.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pages/guest_credits.php')
-rw-r--r--includes/pages/guest_credits.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/pages/guest_credits.php b/includes/pages/guest_credits.php
new file mode 100644
index 00000000..89f68fde
--- /dev/null
+++ b/includes/pages/guest_credits.php
@@ -0,0 +1,5 @@
+<?php
+function guest_credits() {
+ return template_render('../templates/guest_credits.html', array ());
+}
+?> \ No newline at end of file