summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-09-02 02:13:18 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2018-09-03 15:42:51 +0200
commit9d34f371cb9c5ab0d60bd3158678b9cc9da6cc80 (patch)
treebdf8d9a039fb8e73652e539f7fb33856025e5bb7 /includes
parent9e217d87c095170460a8580d5215ddf7cbe639f4 (diff)
Added CreditsController
Diffstat (limited to 'includes')
-rw-r--r--includes/pages/guest_credits.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/includes/pages/guest_credits.php b/includes/pages/guest_credits.php
deleted file mode 100644
index 5f90c97c..00000000
--- a/includes/pages/guest_credits.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-/**
- * @return string
- */
-function credits_title()
-{
- return __('Credits');
-}
-
-/**
- * @return string
- */
-function guest_credits()
-{
- return view(__DIR__ . '/../../templates/pages/credits.html');
-}