• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Gesior acc problem

kymurax

New Member
Joined
Dec 29, 2009
Messages
53
Reaction score
0
I have a problem with Gęsior , when I try to place a new button on the page index.php is not visible
example

on index.php


  1. case "bountyhunters";
    $topic = "Bounty Hunters";
    $subtopic = "bountyhunters";
    include("bounty-hunters.php");
    break;

layout.php


    1. <a href='?subtopic=bountyhunters'>
    2. <div id='submenu_bounty' class='Submenuitem' onMouseOver='MouseOverSubmenuItem(this)' onMouseOut='MouseOutSubmenuItem(this)'>
    3. <div class='LeftChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>

    4. <div id='ActiveSubmenuItemIcon_guilds' class='ActiveSubmenuItemIcon' style='background-image:url(<?PHP echo $layout_name; ?>/images/menu/icon-activesubmenu.gif);'></div>
    5. <div class='SubmenuitemLabel'>Player Hunt</div>
    6. <div class='RightChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>
    7. </div>
    8. </a>

I can not see the button on my web
 
Back
Top