I have a site on Drupal7 using multilingual plugin. I have 4 languages and I need to make a completely different homepage for one of langugaes (let's say Russian version).
I followed these articles: How can I set a different homepage per language in Drupal? https://www.drupal.org/node/1216132
They work only partially. Because now my Russian homepage:
- has content of the choosen node (that's right)
- has template (page--front.tpl.php) of the front page instead of the appropriate template.
And it creates unwanted effect: I have the right content in the page view.
I don't know if a former developer of the website made it or it's a drupal mistake.
Could anybody give me a hint, please?