]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix svg fallback replacement for settings icons
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 31 Jan 2013 19:42:44 +0000 (20:42 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 31 Jan 2013 19:42:44 +0000 (20:42 +0100)
core/templates/layout.user.php

index 8cdbb48d36b4c2203d6cb4819db0a5c4762fdf0e..9354476da0bdc8b3ef24a34ec01a3a5714626fea 100644 (file)
@@ -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>