<?php
//////////////////////////
//Habbo PHP //
//Your retro easy made //
//////////////////////////
include("config.php");
include("$language");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
">
<html xmlns="
">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css">
<title><?php echo "Habbo ~ Crea il tuo avatar, arreda le tue stanze..." ?></title>
</head>
<body>
<div id="logo"></div>
<div id="ad"><div class="ad"><img src="images/ad.png" /></div></div>
<br clear="all" />
<div id="sideboxes">
<table id="box2" border="0" cellpadding="0" cellspacing="0">
<tr><td background="images/box2_header.png" width="168" height="16"></td></tr>
<tr>
<td background="images/box2_mid.png" width="168">
<h2><?php echo "$lang_problems" ?></h2>
<div class="boxtext2">
<?php echo "$lang_problemstext" ?><br />
<center><a href="
"><img src="images/gfx/shockwave.png" border="0" /></a></center>
</div></td>
</tr>
<tr><td background="images/box2_footer.png" width="168" height="14"></td></tr>
</table>
<table id="box3" border="0" cellpadding="0" cellspacing="0">
<tr><td background="images/box3_header.png" width="168" height="16"></td></tr>
<tr>
<td background="images/box3_mid.png" width="168"><div class="boxtext1">
<?php echo "$lang_tip" ?>
</div></td>
</tr>
<tr><td background="images/box3_footer.png" width="168" height="14"></td></tr>
<tr><td height="4"></td></tr>
<tr>
<td>
<font class="footertext"><div align="center">
</div></font>
</td>
</tr>
</table>
</div>
<table id="content" border="0" cellpadding="0" cellspacing="0">
<tr><td background="images/content_header.png" width="503" height="15"></td></tr>
<tr>
<td background="images/content_mid.png" width="503"><div id="checkin"><a href="client.php"><img src="images/gfx/checkin.png" border="0" /></a></div>
<div id="topbanner"></div>
<div class="textleft">
<h1><?php echo "$lang_title" ?></h1>
<?php echo "$lang_desc" ?>
<br /><br /><img src="images/line.png" width="201" height="2" /><br /><br />
</div>
<div id="boxesright">
<table id="goldbox" border="0" cellpadding="0" cellspacing="0">
<tr><td background="images/goldbox_header.png" width="241" height="6"></td></tr>
<tr>
<td background="images/goldbox_mid.png" width="241">
<h3><?php echo "$lang_browntitle" ?></h3>
<div class="rightboxestext2">
<?php echo "$lang_browntext" ?>
</div>
</td>
</tr>
<tr><td background="images/goldbox_footer.png" width="241" height="6"></td></tr>
</table>
<table id="borwnbox" border="0" cellpadding="0" cellspacing="0">
<tr><td background="images/brownbox_header.png" width="241" height="6"></td></tr>
<tr>
<td background="images/brownbox_mid.png" width="241">
<h3><?php echo "$lang_goldtitle" ?></h3>
<div class="rightboxestext2">
<?php echo "$lang_goldtext" ?>
</div></td>
</tr>
<tr><td background="images/brownbox_footer.png" width="241" height="6"></td></tr>
</table>
</div>
<br clear="all" />
<div class="threehabbos"></div>
</td>
</tr>
<tr><td background="images/content_footer.png" width="503" height="15"></td></tr>
<tr><td height="4"></td></tr>
<tr>
<td>
<font class="footertext"><div align="center">
Copyright © 2012 <?php echo "$hotelname" ?><br>
Powered by HabboPHP
</div></font>
</td>
</tr>
</table>
<br clear="all" />
</body>
</html>