1 2 3 4 5
<?php function guest_credits() { return template_render('../templates/guest_credits.html', array ()); } ?>