<div id="container">
<div id="content" style="position: relative; top: 05px;" class="clearfix">
<div id="content" style="position: relative;" class="clearfix">
<div id="wide-personal-info">
<div id="habbo-plate">
<a href="http://www.habbo.de/identity/avatars">
<img alt="<?php echo $users->userinfo("username"); ?>" src="<?php echo avatar_base.$users->userinfo("look"); ?>
"/>
</a>
</div>
<div id="name-box" class="info-box">
<div class="label">Name:</div>
<div class="content"><?php echo htmlspecialchars($users->userinfo("username")); ?></div>
</div>
<div id="motto-box" class="info-box">
<div class="label">Motto:</div>
<div class="content"><?php echo htmlspecialchars($users->userinfo("motto")); ?></div>
</div>
<div id="last-logged-in-box" class="info-box">
<div class="label">Letzter Login:</div>
<div class="content"><?php echo htmlspecialchars(date('d'.".".'m'.".".'o'." ".'G'.":".'i', $users->userinfo("last_online"))); ?></a></div>
</div>
<div class="enter-hotel-btn">
<div class="open enter-btn">
<a href="http://<?php echo www.directory; ?>client" target="009f901e980b58a143ba2d688e985dc749bcf930" onclick="HabboClient.openOrFocus(this); return false;">Ins Hotel<i></i></a>
<b></b>
</div>
</div>
</div>
<div id="promo-box">
<div id="promo-bullets"></div>
<?PHP $NEWS1 = mysql_fetch_assoc(mysql_query("SELECT * from site_news ORDER BY ID DESC LIMIT 1")); ?>
<div class="promo-container" style="background-image: url(//<?php echo $system->news($NEWS1["image_url"]); ?>)">
<div class="promo-content-container">
<div class="promo-content">
<div class="title"><?php echo $system->news($NEWS1["title"]); ?></div>
<div class="body"><?php echo $system->news($NEWS1["small_text"]); ?></div>
</div>
</div>
<div class="promo-link-container">
<div class="enter-hotel-btn">
<div class="enter-btn">
<a href="http://<?php echo www.directory."articles/".$system->small($system->news($NEWS1["id"]))."-".str_replace(' ', '-', $system->small($system->news($NEWS1["title"]))); ?>">Mehr lesen...</a>
<b></b>
</div>
</div>
</div>
</div>
<?php while($NEWS2 = mysql_fetch_assoc($NEWS2_QUERY))
{
?>
<div class="promo-container" style="display: none; background-image: url(//<?php echo $system->news($NEWS2["image_url"]); ?>)">
<div class="promo-content-container">
<div class="promo-content">
<div class="title"><?php echo $system->news($NEWS2["title"]); ?></div>
<div class="body"><?php echo $system->news($NEWS2["small_text"]); ?></div>
</div>
</div>
<div class="promo-link-container">
<div class="enter-hotel-btn">
<div class="enter-btn">
<a href="http://<?php echo www.directory."articles/".$system->small($system->news($NEWS2["id"]))."-".str_replace(' ', '-', $system->small($system->news($NEWS2["title"]))); ?>">Mehr lesen...</a>
<b></b>
</div>
</div>
</div>
</div>
<?php
}
?>
</div></div>
<div id="container">
<div id="content" style="position: relative" class="clearfix">
<div id="column1" style="width: 467px;" class="column">
<div class="habblet-container ">
<div class="cbb clearfix red ">
<h2 class="title">Hot Campaigns</h2>
<div id="hotcampaigns-habblet-list-container">
<?php while($CAMPAIGNS = mysql_fetch_assoc($CAMPAIGNS_QUERY)) { ?>
<ul id="hotcampaigns-habblet-list">
<li class="">
<div class="hotcampaign-container">
<a href="<?php echo $system->news($CAMPAIGNS["url"]); ?>"><img src="<?php echo $system->news($CAMPAIGNS["image"]); ?>" align="left" alt="" /></a>
<h3><?php echo $system->news($CAMPAIGNS["title"]); ?></h3>
<p><?php echo $system->news($CAMPAIGNS["text"]); ?></p>
<p class="link"><a href="<?php echo $system->news($CAMPAIGNS["url"]); ?>">Hier lang »</a></p>
</div>
</li>
</ul>
<?php } ?>
</div>
</div>
</div>
</div>
<div id="column2" style="width: 300px;" class="column">
<div class="habblet-container ">
<center>
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 290,
height: 300,
theme: {
shell: {
background: '#CCC',
color: '#000'
},
tweets: {
background: '#BBB',
color: '#000',
links: '#000'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('<?php echo twitter; ?>').start();
</script>
</center>
</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template)) { Rounder.init(); }</script>
<script type="text/javascript">
document.observe("dom:loaded", function() { PromoSlideShow.init(); });
</script>
</div>
</div>
<script type="text/javascript">
HabboView.run();
</script>
<div class="habblet-container ">
<div class="ad-container">
<!-- WERBUNG --!>
<!-- Ende des JavaScript Tag -->
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
</div>
<!--[if lt IE 7]>
<script type="text/javascript">
Pngfix.doPngImageFix();
</script>
<![endif]-->
</div>
<?php include_once './modes/'.site_category.'/pages/footer.php'; ?></div>
</div>
</body>
</html>
Alles anzeigen