summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.user.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-08 23:39:16 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-08 23:39:16 +0200
commit5ed1030dbf2fed22f0c5b4aaa9248ee3998e5cd6 (patch)
tree552f9578ad648b1caf02b60fb0bb30374691c8f8 /core/templates/layout.user.php
parent16bb34cd94d61421a48c1e06ab8f8d5f1d202288 (diff)
downloadnextcloud-server-5ed1030dbf2fed22f0c5b4aaa9248ee3998e5cd6.tar.gz
nextcloud-server-5ed1030dbf2fed22f0c5b4aaa9248ee3998e5cd6.zip
fixed icons
Diffstat (limited to 'core/templates/layout.user.php')
-rw-r--r--core/templates/layout.user.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index ae847e9827f..29dbfaa8164 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -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"] )): ?>