again, I'm seeing some hyphenated variable further down the page.
Code:
$content-home
$content-contact
Also, this line might be the cause of the first error:
PHP Code:
VALUE (
1,
'Contact',
'KRS - Kungsängens Redovisningsservice || Kontakt',
The raw a-umlaut is probably throwing wrenches.
If you copy/paste the 'KRS - Kungsanges...' you also might have grabbed an unencoded n-dash, which might be throwing another wrench. Try replacing that with a manual soft-hyphen (the minus "-" key) and see if that clear it up.