[TYPO3-english] Antw: Re: CoolUri + localized page path

Jan Bednarik info at bednarik.org
Sun Mar 15 21:09:42 CET 2009


Hi,

> thanks for your quick and helpful answer.
> That's what I got:
> string(1) "L" string(1) "L" string(1) "L" string(1) "L" string(1) "L"

that's correct. This makes it even more strange.

Next you could var_dump $langId 3 lines below and if it says "1" (which 
it should say when you generate english links), then you could add

echo $db->SELECTquery('*','pages_language_overlay','pid='.$id.' AND 
sys_language_uid='.$langId.$enable);

to line 325.

-- 
Jan Bednarik
www.bednarik.org - web about Typo3 in czech


More information about the TYPO3-english mailing list