‪TYPO3CMS  10.4
sys_template.php
Go to the documentation of this file.
1 <?php
2 
3 defined('TYPO3_MODE') or die();
4 
5 \‪TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile(
6  'seo',
7  'Configuration/TypoScript/XmlSitemap',
8  'XML Sitemap'
9 );
‪TYPO3