[TYPO3] CoolURI multiple sites/domains/langauges

Jan Bednarik info at bednarik.org
Tue Aug 5 21:47:25 CEST 2008


Hi,

well, there's one option. Create PHP script, that would contain:

<?php

class X {

function Y($conf,$value) {

if ($domain=='xxx') $value['L'] = 1;
elseif ($doman='yyy') $value['L'] = 2;

return tx_cooluri::getPageTitle($conf,$value);

}

?>

and in XML: pagepath/userfunc = X->Y

It's not really simple, I know, I'll try to do sth about it.

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


More information about the TYPO3-english mailing list