registerIcon( 'content-ep_theme-ce', \TYPO3\CMS\Core\Imaging\IconProvider\SvgIconProvider::class, ['source' => 'EXT:ep_theme/Resources/Public/images/logo.svg'] ); } \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerModule( 'EP.EpTheme', 'web', 'management', 'after:list', [ 'Backend' => 'listPages', ], [ 'access' => 'user,group', 'labels' => 'LLL:EXT:ep_theme/Resources/Private/Language/locallang_mod.xlf', 'icon' => 'EXT:ep_products/Resources/Public/Icons/logo.svg' ] ); });