[TYPO3-team-templavoila] RFC: #12257: localizable title fields
Tolleiv.Nietsch
info at tolleiv.de
Sat Feb 27 13:47:30 CET 2010
Am 27.02.2010 12:14, schrieb Steffen Kamper:
> Hi Tolleiv,
>
> +1 by reading. Could you aplly CGL to this one?
>
> $params['items'][]=Array($GLOBALS['LANG']->sL($row['title']),
> $row['uid'], $icon);
>
> replace by
>
> $params['items'][] = array($GLOBALS['LANG']->sL($row['title']),
> $row['uid'], $icon);
>
> vg Steffen
Sure - also just found that mod2 also needs to be updated. Patch _v3
will follow.
Cheers,
Tolleiv
--
Tolleiv Nietsch
www.tolleiv.de - www.aoemedia.de
More information about the TYPO3-team-templavoila
mailing list