Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can I change the links of Game to other links?
22-09-2010, 06:09 AM (This post was last modified: 22-09-2010 06:10 AM by raptus3670.)
Post: #3
RE: Can I change the links of Game to other links?
Yes it is the right code you must edit, but then it just right where you need to fix?

After a few hours then managed finally to me, to others who also want GAMES example for an external link, here is information about where you just need to fix / add in the code. The code which I have described here opens the external links in a new page.

The code is adjusted:
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="http://www.YOUR PAGE.dk" TARGET="_blank'.$root_url.'?option=games">'.$lcl['games'].'</a></li>
<li><a href="http://www.YOUR PAGE.dk" TARGET="_blank'.$root_url.'?option=populargames">'.$lcl['populargames'].'</a></li>
<li><a href="'.$root_url.'?option=contact">'.$lcl['contact'].'</a></li>';


Sincerely,
Anders Pedersen
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Can I change the links of Game to other links? - raptus3670 - 22-09-2010 06:09 AM

Forum Jump: