khanat-opennel-code/code/web/public_php/ams/inc/register.php
2014-09-13 10:30:58 -07:00

11 lines
260 B
PHP

<?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;
$pageElements['TOS_URL'] = $TOS_URL;
return $pageElements;
}