Hello,
I noticed that on 404 error page the translated text was wrong. In Greek when a word has ton and this word is uppercase the ton must be removed. I fixed this issue by adding
- Code: Select all
$lang = JFactory::getLanguage();
I don't know if I am doing something wrong, but all other pages work great.
Thank you.