khanat-opennel-code/code/ryzom/tools/server/ryzom_ams/www/html/inc/register.php
Botanic 2d174cf15c fixed more warnings
--HG--
branch : rc-botanic-webdev
2013-10-24 04:43:42 -07:00

10 lines
255 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;
}