sys_template.php 332 B

123456789101112131415161718
  1. <?php
  2. defined('TYPO3') || die();
  3. use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
  4. call_user_func(function()
  5. {
  6. /**
  7. * Temporary variables
  8. */
  9. $extensionKey = 'speedbase';
  10. ExtensionManagementUtility::addStaticFile(
  11. $extensionKey,
  12. 'Configuration/TypoScript',
  13. 'speedbase'
  14. );
  15. });