I've found a solution: I just modified the TransMenu Snippet. The problem only occures when i call the transmenu with the extension ?id=XX
When i modify the code from:
if(!isset($id)) {
$id = 0;
}
to:
$id = 76;
erverything works fine!
I hate it when something works and i don't know why...
Do you have an idea?










