We have figured out how to get our multi-language EZ pages working in English and Chinese. Now we are having a problem with the links. Internal and external links work with no problem, however the pages that we translate to Chinese do not open. Instead, we are redirected to a completely different website. I think it has to do with a template that the developers downloaded somewhere but I am not sure and do not know where to change the settings.

I have checked all the files that would have been affected by a new template, language pack, and multi-language EZ page module and have found one occurrence of the url in /includes/languages/chinese/index.php where it appears after this line:

Code:
} elseif ($category_depth == 'nested') {
but I don't think that's the right file.

Any ideas?