
08-03-2009, 11:09 AM
|
 |
|
|
Join Date: Aug 2008
Location: Wrocław
Posts: 1,353
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by matthewhotdude
I'm at this part now
Code:
You need to comment out the flag for your base language otherwise you can cause duplicate URLs for those pages and this can be bad for SEO.
All the flags are on separate lines in alpha order, find your language and add <!-- to the start and --> to the end of the line.
eg; <!-- language flag code -->
Could someone past what this line is supposed too look like after the edit
Code:
. 'hl=en' : str_replace($xbit.'hl='.@$_GET['hl'], '', $_SERVER["REQUEST_URI"]) . $xbit . "hl=en"; ?>"><img src="/flags/United States.gif" alt="English" border="0" /></a>
|
Coment the line:
Code:
<!--
EVERYTHING BETWEEN THOSE IS COMMENTED
-->
|