Linux multi-monitor fullscreen support
[ryzomcore.git] / web / public_php / ams / inc / register.php
blob1492e50064ea7b0acd3c47a2b263247febaa2d80
1 <?php
2 /**
3 * This function is beign used to load info that's needed for the register page.
4 * @author Daan Janssens, mentored by Matthew Lagoe
5 */
6 function register(){
7 global $TOS_URL;
9 $pageElements['TOS_URL'] = $TOS_URL;
10 return $pageElements;