The solution is in the file "helpers/route.php" in the function "getCategoryRoute"
The code must be, before the last line :
Code: Select all
$link .= (JRequest::getCmd( 'lang' ) != '') ? '&lang='.JRequest::getCmd( 'lang' ) : '';
Code: Select all
$link .= (JRequest::getCmd( 'lang' ) != '') ? '&lang='.JRequest::getCmd( 'lang' ) : '';