diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 8cdbb48d36b4c2203d6cb4819db0a5c4762fdf0e..9354476da0bdc8b3ef24a34ec01a3a5714626fea 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -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>