Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Great script ! need a littile supprt
06-04-2011, 10:53 PM (This post was last modified: 06-04-2011 10:54 PM by admin.)
Post: #2
RE: Great script ! need a littile supprt
open include/functions.php
and find the below function
PHP Code:
function call_menuler()

{
global 
$root_url,$lcl;
return 
'<li><a href="'.$root_url.'">'.$lcl['homepage'].'</a></li>
<li><a href="'
.$root_url.'">'.$lcl['videos'].'</a></li>
            <li><a href="'
.$root_url.'?option=popular">'.$lcl['popularvideos'].'</a></li>
            <li><a href="'
.$root_url.'?option=games">'.$lcl['games'].'</a></li>
            <li><a href="'
.$root_url.'?option=populargames">'.$lcl['populargames'].'</a></li>
            <li><a href="'
.$root_url.'?option=contact">'.$lcl['contact'].'</a></li>';


and chage it as below

PHP Code:
function call_menuler()

{
global 
$root_url,$lcl;
return 
'<li><a href="'.$root_url.'">'.$lcl['homepage'].'</a></li>
            <li><a href="'
.$root_url.'?option=popular">'.$lcl['popularvideos'].'</a></li>
            <li><a href="'
.$root_url.'?option=contact">'.$lcl['contact'].'</a></li>';

Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Great script ! need a littile supprt - admin - 06-04-2011 10:53 PM

Forum Jump: