<?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('admin/class.admin.php');
$admin = new admin;
?>
<table width="100%" cellspacing="0">
<tr>
<td>
<h2 class="home_header">
<?php echo $O->create_link("/admin", $admin->msg('service_name'), 'home_header')?>
</h2>
</td>
</tr>
</table>