View Single Post
  #14  
Old 24th May 2011, 19:21
DARCK's Avatar
DARCK DARCK is offline
Senior Member
 
Join Date: Apr 2011
P2P
Posts: 69
Default OKI
edit /scripts/dropdown.js


search

PHP Code:
var ie4=document.all
var ns6=document.getElementById&&!document.all 
add before

PHP Code:
var menu13=new Array();
menu12[0]='<a href="' baseurl '/youtube.php">' l_youtube '</a>'
menu12[1]='<a href="' baseurl '/dailymotion.php">' l_dailymotion '</a>' 

edit include/languages/english/scripts.lang.php

PHP Code:
var l_youtube="youtube";

    var 
l_vdailymotion="dailymotion"
edit /include/languages/english/global.lang.php

search
PHP Code:
'error'                            =>'An error has occured!'// Global Error Messages 
add before
PHP Code:
'video'                            =>'search video '// youtube dailymotion 
edit /include/templates/your theme/header.php

search

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

PHP Code:
<li class="page_item"><a href="#top" onclick="return  clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu13,  '150px')" onmouseout="delayhidemenu()"><?php echo  $lang->global['video']; ?></a></li>
Reply With Quote
The Following 2 Users Say Thank You to DARCK For This Useful Post:
FENIX (12th June 2013), shasta (24th May 2011)