khanat-opennel-code/code/web/public_php/ams/inc/register.php

11 lines
255 B
PHP
Raw Normal View History

<?php
/**
* This function is beign used to load info that's needed for the register page.
* @author Daan Janssens, mentored by Matthew Lagoe
*/
function register(){
global $TOS_URL;
2013-10-24 11:43:42 +00:00
$pageElements['TOS_URL'] = $TOS_URL;
return $pageElements;
}