|
I would just change the links from Joomla to Pixelpost and vice versa. Add a simple get variable to the URL: &lang=$_COOKIE['jfcookie']['lang'] of every PP link in Joomla and do that vice versa in the Links from Pixelpost to Joomla: &lang=$_COOKIE['lang']
Just check if the language abbreviations are the same in both systems, otherwise you need a check/replace for that
|