2011-06-02 00:48:29 +02:00
|
|
|
<?php
|
2017-01-02 03:57:23 +01:00
|
|
|
function credits_title()
|
|
|
|
{
|
|
|
|
return _("Credits");
|
2013-11-25 21:56:56 +01:00
|
|
|
}
|
|
|
|
|
2017-01-02 03:57:23 +01:00
|
|
|
function guest_credits()
|
|
|
|
{
|
|
|
|
return template_render(__DIR__ . '/../../templates/guest_credits.html', []);
|
2011-06-02 00:48:29 +02:00
|
|
|
}
|