So everything is set correctly, I've got no clue whats going on here. But here is the example of the dev site:
dev.trenkoberdorfer.de/intern/
use users:
german/1german
and
default/1default
everything is fine for logged out and logged in default users. For the german user its broken. The template looks like:
<?php echo strtolower($menu_page->title); ?>
also added the $config->dbSetNamesUTF8 = true;
Can anyone the way how the value is fetched from database? Is there any condition on the language?
Thanks!
by the way, dont judge the markup please , its crapy I know and I didn't write it.