View Single Post
  #5  
Old 28th November 2011, 13:19
Black1 Black1 is offline
Senior Member
 
Join Date: Oct 2011
P2P
Posts: 55
Default
I Still dot get it :(
If I want to add a new entry in (eg HELP)
That redirects to a link?! What do I have to do?
Im using the default theme!

PHP Code:
<li class="page_item"><a href="#top" onclick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu9, '150px')" onmouseout="delayhidemenu()"><?php echo $lang->global['help']; ?></a></li>
Reply With Quote