Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Probleme Admin registration
20-11-2011, 02:24 PM
Post: #4
RE: Probleme Admin registration
you have to edit your include/functions.php file
so make backup of file first, then in that file you will see
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>';
}


use this instead, i have left the menu code in there but just commented them out.

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>';
}

Custom HTML/CSS/PHP
http://theorderofindividualacceptance.co...p.php?id=1
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Probleme Admin registration - leibuu - 20-11-2011, 12:37 PM
RE: Probleme Admin registration - leibuu - 20-11-2011, 12:51 PM
RE: Probleme Admin registration - Punktured - 20-11-2011 02:24 PM

Forum Jump: