9 lines
No EOL
155 B
PHP
9 lines
No EOL
155 B
PHP
<?php
|
|
function credits_title() {
|
|
return _("Credits");
|
|
}
|
|
|
|
function guest_credits() {
|
|
return template_render('../templates/guest_credits.html', []);
|
|
}
|
|
?>
|