• 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!

Help with an Easy Gesior question

MauroSicard

New Member
Joined
Dec 10, 2012
Messages
44
Reaction score
1
I want to make the button "CONTACTO" con the menu bar in this web: Tibia-Zero go to another link when i click it.

What file do i need to change to make this?

Thanks :p
 
  • /layouts/layout_name/layout.php
    XML:
    <div id="menu_top_forum">
    	<a href="?subtopic=team">
    		<div class="fadehover">
    			<img src="layouts/lay/images/bar/forum.png" alt="Legoria.eu :: PvP" class="a" style="opacity: 0;">
    			<img src="layouts/lay/images/bar/forum_on.png" alt="Legoria.eu :: PvP" class="b">
    		</div>
    	</a>
    </div>
 
Back
Top Bottom