Revcms Habbo Theme Skin Housekeeping Tab

Status
Not open for further replies.

MubarikHZH

Join The Revolution
Mar 11, 2012
237
40
I don't know why but everytime , I make a link on a page to the ase , my tab looks like a link has been cut off at the end and it looks different to the other tabs. My image will explain better:

im using this {housekeeping} for the link is this probably it?
 

Mitchul

Sledmoresux
Feb 18, 2012
371
46
When i try that code my whole me.php get messed up :(
On Me.PHP, Find this:
PHP:
<ul id="navi">
 
    <li  class="metab selected"><strong>{username}</strong>    <span></span></li>
    <li  class=""><a href="{url}/community">Community</a><span></span></li>
    <li  class=""><a href="{url}/credits">Credits</a>    <span></span>
</li>
 
</ul>


Change to

PHP:
<ul id="navi">
 
    <li  class="metab selected"><strong>{username}</strong>    <span></span></li>
    <li  class=""><a href="{url}/community">Community</a><span></span></li>
    <li  class=""><a href="{url}/credits">Credits</a>    <span></span></li>
     
<?php if(mysql_result(mysql_query("SELECT rank FROM users WHERE id = '" . $_SESSION['user']['id'] . "'"), 0) >= 4)
            { ?>
                    <li class " "><a href="{url}/ase/">Housekeeping</a><span></span></li>
                    <?php
                    } ?>
</ul>
 
Status
Not open for further replies.

Users who are viewing this thread

Top