<?php
/**************************************************************************
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
@Authors: Ryan Thompson(hide@address.com)
***************************************************************************/
require('users/class.preferences.php');
$user = new preferences;
?>
<table width="100%" cellspacing="0">
<tr>
<td>
<h2 class="home_header">
<?php echo $O->create_link("/users", $user->msg('service_name'), 'home_header')?>
</h2>
</td>
</tr>
</table>