mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 06:36:13 +01:00
2344557abc
This will reduce unrelated autoformatting changes in other commits (and it also makes the code more readable).
10 lines
318 B
PHP
10 lines
318 B
PHP
<?php
|
|
|
|
defined('TYPO3_MODE') || die('Access denied.');
|
|
|
|
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile('tea', 'Configuration/TypoScript', 'Tea');
|
|
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile(
|
|
'tea',
|
|
'Configuration/TypoScript/Frontend/',
|
|
'Tea frontend (optional)'
|
|
);
|