[Typo3-dev] T3 function for parsing ext_typoscript_setup.txt into array?

Robert Lemke rl at robertlemke.de
Wed Jul 9 12:14:45 CEST 2003


That's it! Now I did it this way:

  $tconf =
$GLOBALS['TYPO3_LOADED_EXT']['rlmp_dateselectlib']['ext_typoscript_setup.txt
']?t3lib_div::getUrl($GLOBALS['TYPO3_LOADED_EXT']['rlmp_dateselectlib']['ext
_typoscript_setup.txt']):'';

  $infoParser = new t3lib_TSparser;
  $infoParser->parse($tconf);
  $conf = $infoParser->setup['plugin.']['tx_rlmpdateselectlib.'];

Thanx!

-- 
robert






More information about the TYPO3-dev mailing list