Skip to content
Snippets Groups Projects
Commit 6d560be5 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

fix svg fallback replacement for settings icons

parent 3f3ae4a9
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@
<?php foreach($_['settingsnavigation'] as $entry):?>
<li>
<a href="<?php echo $entry['href']; ?>" title="" <?php if( $entry["active"] ): ?> class="active"<?php endif; ?>>
<img src="<?php echo $entry['icon']; ?>">
<img class="svg" src="<?php echo $entry['icon']; ?>">
<?php echo $entry['name'] ?>
</a>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment