Hi, I've done that, I've also changed android.php, handheld.php and iphone.php. Right now, my code in default.php is the following:
- Code: Select all
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml"
xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>">
but the generated page source code is:
- Code: Select all
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml"
xml:lang="" lang="">
As you can see, there is no language code between the double quotes... How can I sort this out, pleeeease?
Using Financial Business v2.7 on Joomla! 2.5.3 and K2 2.5.5 Thank you!