Retrieving Extension Configuration Options


/ Published in: PHP
Save to your folder(s)

Extension Configuration options are defined in ext_conf_template.txt and stored as a serialized array in typo3conf/localconf.php.


Copy this code and paste it in your HTML
  1. $confArray = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['cal']);
  2. $locationStructure = $confArray['useLocationStructure'];

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.