Hi,
I set up a multilanguage WB site (2.8.1 Rev 1287) with a news page for every language. In the right coloumn I want Anynews (1.16) to display the news headlines of the news of the currently displayed language. This is how I tried it:
- create a news page in every language, create a group for the news, create some news in every language
- create a newsbox.php page for every language with blank template and the code of anynews in it, aiming at the newsgroup of the current language
- in the index.php of the template I placed
<?php include (WB_URL."/erlebnisreisen/".strtolower(LANGUAGE)."/newsbox.php"); ?>
which should display the newsbox.php af the current language.
But it doesn't work. The newsbox.php isn't shown,
no matter what the content is.
(If I call the newsbox.php directly by entering the URL in the browser, everything is ok)
Thanks for help & ideas
Jochen