khanat-opennel-code/code/ryzom/tools/server/ryzom_ams/www/html/inc/register.php

8 lines
118 B
PHP
Raw Normal View History

<?php
function register(){
global $TOS_URL;
$pageElements['tos_url'] = $TOS_URL;
return $pageElements;
}