diff options
author | Philip Häusler <msquare@notrademark.de> | 2013-11-25 21:56:56 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2013-11-25 21:56:56 +0100 |
commit | 85d9bf4f9c9546c2a8ea87d0641686886275ce21 (patch) | |
tree | b786d1b2fa1f38afd305df2f64bc8f84215516b4 /includes/pages/guest_credits.php | |
parent | 813751ac7a0e3f17af791397fa7e6b60d526f0a0 (diff) |
angel views in english complete
Diffstat (limited to 'includes/pages/guest_credits.php')
-rw-r--r-- | includes/pages/guest_credits.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/includes/pages/guest_credits.php b/includes/pages/guest_credits.php index 89f68fde..d4be03d9 100644 --- a/includes/pages/guest_credits.php +++ b/includes/pages/guest_credits.php @@ -1,5 +1,9 @@ <?php +function credits_title() { + return _("Credits"); +} + function guest_credits() { - return template_render('../templates/guest_credits.html', array ()); + return template_render('../templates/guest_credits.html', array()); } ?>
\ No newline at end of file |