Skip to content

Commit

Permalink
[TASK] Use new svg logo instead of gif
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Semmler committed Nov 24, 2017
1 parent 59a5c07 commit 5ba25ef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Binary file removed Resources/Public/BackendModule/ModuleIcon.gif
Binary file not shown.
Binary file removed ext_icon.gif
Binary file not shown.
4 changes: 4 additions & 0 deletions ext_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ext_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
$iconRegistry = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Core\Imaging\IconRegistry::class);
$iconRegistry->registerIcon(
'module-cachemgm-backend-module',
\TYPO3\CMS\Core\Imaging\IconProvider\BitmapIconProvider::class,
\TYPO3\CMS\Core\Imaging\IconProvider\SvgIconProvider::class,
[
//'name' => 'database'
'source' => 'EXT:cachemgm/Resources/Public/BackendModule/ModuleIcon.gif',
'source' => 'EXT:cachemgm/ext_icon.svg',
]
);

Expand Down

0 comments on commit 5ba25ef

Please sign in to comment.