Skip to content

Instantly share code, notes, and snippets.

@bfintal
Created April 15, 2013 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bfintal/789a5f977b83277fa363 to your computer and use it in GitHub Desktop.
Save bfintal/789a5f977b83277fa363 to your computer and use it in GitHub Desktop.
Edit line 80 in application/models/shortcode/language_switcher.php into this one
//$ret .= "<a href=\"".$link."\" title=\"".$languageNames[strtolower($language)]." (".$countryNames[strtoupper($countries[$key])].")\">";
$ret .= "<a href=\"".$link."\" title=\"".$languageNames[strtolower($language)]."\">";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment