Habbo Theme - Infobar

ProLegitZ

Jacob is here bitch !
May 11, 2012
606
56
Image:
339pmvr.png


Code:
Code:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} - Home</title>
       
        <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/common.css" type="text/css">
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/libs2.js"></script>
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/visual.js"></script>
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/libs.js"></script>
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/common.js"></script>
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/fullcontent.js"></script>
       
        <script type="text/javascript">
            document.habboLoggedIn = true;
            var habboName = "{username}";
            var habboId = {userid};
            var habboReqPath = "";
            var habboStaticFilePath = "{url}/app/tpl/skins/Habbo";
            var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
            var habboPartner = "";
            var habboDefaultClientPopupUrl = "{url}/client";
            window.name = "habboMain";
            if (typeof HabboClient != "undefined") {
                HabboClient.windowName = "eac955c8dbc88172421193892a3e98fc7402021a";
                HabboClient.maximizeWindow = true;
            }
        </script>
       
        <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/personal.css" type="text/css">
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/habboclub.js"></script>
       
        <!--[if IE 8]>
            <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie8.css" type="text/css">
        <![endif]-->
        <!--[if lt IE 8]>
            <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie.css" type="text/css" />
        <![endif]-->
        <!--[if lt IE 7]>
            <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie6.css" type="text/css" />
            <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/pngfix.js"></script>
            <script type="text/javascript">
                try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
            </script>
            <style type="text/css">
                body { behavior: url({url}/app/tpl/skins/Habbo/js/csshover.htc); }
            </style>
        <![endif]-->
    </head>
    <link rel="stylesheet" href="http://localhost/app/tpl/skins/Habbo/css/generic.css" type="text/css" />
 
 
 
</head>
 
 
<body id="home">
 
 
 
<div id="header_bar">
 
 
 
    <ul id="icon">
 
 
 
    <span class="welcome">
 
 
 
        <li class="icon-star">Welcome to Pabbo, <strong>{username}</strong>! <a href="/logout">Log out</a> | <strong>{online}</strong> Online Users</li>
 
 
 
        <!--
 
 
 
        <li class="icon-info"> </li>
 
 
 
        -->
 
 
 
    </span>
 
 
 
    <span class="myinfo">
 
 
 
        <li class="icon-credits"><a href="/upgrades">{coins}</a> Credits</li>
 
 
 
        <li class="icon-pixel"><a href="/upgrades">{activitypoints}</a> Pixels</li>
 
 
 
        <li class="icon-vip"><a href="/shop">Buy VIP</a></li>
 
 
 
    </span></ul>
 
 
 
</div>

For Noobs:
Add This Code from the top to where the file ends to on any page ;O

Credits:
EthanTBH for coding.

Haters:
some noobs from hamachi networking ripping off pabbo ;3
 

JeeCee

Member
Jan 15, 2012
96
7
Looks not that bad, but it just doesn't fit with the Habbo Theme. Plus, it overrides the top of the page a bit.

Would be better if it's more "Habbo", and if it would be above the header of the page (no more override)
 

Users who are viewing this thread

Top