5 lines
107 B
PHP
5 lines
107 B
PHP
|
<?php
|
||
|
function guest_credits() {
|
||
|
return template_render('../templates/guest_credits.html', array ());
|
||
|
}
|
||
|
?>
|