[TYPO3-dev] Locallang files and content element wizards

Tapio Markula tapio.markula at dnainternet.net
Thu Aug 3 22:18:21 CEST 2006


Hi

Locallang fles should be now XML-files
but content element wizads use php-files

class tx_extensionkey_wizicon	{

		$LL = $this->includeLocalLang();

...

	function includeLocalLang()	{
		include(t3lib_extMgm::extPath('extensionkey').'locallang_db.php');
		return $LOCAL_LANG;
	}

Is it some way to avoid creating locallag_db.php
and use somewhat xml-file instead?




More information about the TYPO3-dev mailing list