engelsystem/includes/pages/guest_credits.php

18 lines
210 B
PHP
Raw Normal View History

2011-06-02 00:48:29 +02:00
<?php
2017-01-03 03:22:48 +01:00
/**
* @return string
*/
2017-01-02 03:57:23 +01:00
function credits_title()
{
return __('Credits');
2013-11-25 21:56:56 +01:00
}
2017-01-03 03:22:48 +01:00
/**
* @return string
*/
2017-01-02 03:57:23 +01:00
function guest_credits()
{
return view(__DIR__ . '/../../templates/pages/credits.html');
2011-06-02 00:48:29 +02:00
}