Exilo
Member
- Apr 27, 2012
- 192
- 5
Sloved
-Alex!
Hmm, its working, but the button is named community, not "forum"
<div class="navButton" ref="Forum" onClick="location.href='forum.php'"><a href="forum.php"><?php echo $lang['nav_community']; ?></a></div>
What is wrong? Tryed with changing nav_community to Forum, but it wont work.
-Alex