This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
engelsystem/includes/pages/guest_credits.php

5 lines
107 B
PHP

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