]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixed icons
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Mon, 8 Aug 2011 21:39:16 +0000 (23:39 +0200)
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Mon, 8 Aug 2011 21:39:16 +0000 (23:39 +0200)
core/templates/layout.user.php

index ae847e9827f3af373c55a5f601663e23574d84bb..29dbfaa8164faf30fd79459840349d93455f42e3 100644 (file)
@@ -32,7 +32,7 @@
                        <a href="<?php echo link_to('', 'index.php'); ?>" title="" id="owncloud"><img src="<?php echo image_path('', 'owncloud-logo-small-white.png'); ?>" alt="ownCloud" /></a>
                        <?php echo $_['searchbox']?>
                        <ul id="metanav">
-                               <li><a href="<?php echo link_to('', 'index.php'); ?>?logout=true" title="Log out"><img class='svg' src="<?php echo image_path('', 'actions/logout'); ?>" /></a></li>
+                               <li><a href="<?php echo link_to('', 'index.php'); ?>?logout=true" title="Log out"><img class='svg' src="<?php echo image_path('', 'actions/logout.svg'); ?>" /></a></li>
                        </ul>
                </div>
 
@@ -51,7 +51,7 @@
                                <?php endforeach; ?>
                        </ul>
                        <ul id="settings">
-                               <img id="expand" class='svg' src="<?php echo image_path('', 'actions/settings'); ?>" />
+                               <img id="expand" class='svg' src="<?php echo image_path('', 'actions/settings.svg'); ?>" />
                                <?php foreach($_['settingsnavigation'] as $entry):?>
                                        <li><a style="background-image:url(<?php echo $entry['icon']; ?>)" href="<?php echo $entry['href']; ?>" title="" <?php if( $entry["active"] ): ?> class="active"<?php endif; ?>><?php echo $entry['name'] ?></a></li>
                                        <?php if( sizeof( $entry["subnavigation"] )): ?>