diff --git a/class.tx_version_iconworks.php b/class.tx_version_iconworks.php new file mode 100644 index 0000000..ce246d9 --- /dev/null +++ b/class.tx_version_iconworks.php @@ -0,0 +1,44 @@ + \ No newline at end of file diff --git a/ext_localconf.php b/ext_localconf.php index 107bf08..df6c04d 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -8,6 +8,8 @@ if (!defined ('TYPO3_MODE')) { // register the hook to actually do the work within TCEmain $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processCmdmapClass']['version'] = t3lib_extMgm::extPath('version', 'class.tx_version_tcemain.php:&tx_version_tcemain'); $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['moveRecordClass']['version'] = t3lib_extMgm::extPath('version', 'class.tx_version_tcemain.php:&tx_version_tcemain'); + // Register hook for overriding the icon status overlay +$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_iconworks.php']['overrideIconOverlay']['version'] = t3lib_extMgm::extPath('version', 'class.tx_version_iconworks.php:&tx_version_iconworks'); if (TYPO3_MODE == 'BE') {