summaryrefslogtreecommitdiff
path: root/includes/pages/guest_credits.php
diff options
context:
space:
mode:
authorBot <bot@myigel.name>2017-01-02 03:57:23 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-01-02 03:57:23 +0100
commit7313e15ce8236e19331fb6639a3a5b97c8f06ecd (patch)
tree399e5eaa403d6dd5993ca8fb6f2162319d2ed2e1 /includes/pages/guest_credits.php
parentb839e401062b294292fdcbd7e30b79bc149fab6f (diff)
PSR-2 formatting
Diffstat (limited to 'includes/pages/guest_credits.php')
-rw-r--r--includes/pages/guest_credits.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/includes/pages/guest_credits.php b/includes/pages/guest_credits.php
index cbdc3133..00b12f73 100644
--- a/includes/pages/guest_credits.php
+++ b/includes/pages/guest_credits.php
@@ -1,9 +1,10 @@
<?php
-function credits_title() {
- return _("Credits");
+function credits_title()
+{
+ return _("Credits");
}
-function guest_credits() {
- return template_render(__DIR__ . '/../../templates/guest_credits.html', []);
+function guest_credits()
+{
+ return template_render(__DIR__ . '/../../templates/guest_credits.html', []);
}
-?> \ No newline at end of file