summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2012-12-06 16:29:56 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2012-12-06 16:29:56 +0100
commit0fa59f89373f935b497cea1b5f6953361f8e8581 (patch)
treea67509678e8c73f615bb3bfcc1d536a2a8e369f2 /core
parent2288b263059d87b4292a731d3992d1fc361e2c43 (diff)
downloadnextcloud-server-0fa59f89373f935b497cea1b5f6953361f8e8581.tar.gz
nextcloud-server-0fa59f89373f935b497cea1b5f6953361f8e8581.zip
use vector logo also on log in page, d'oh (also now retina-ready)
Diffstat (limited to 'core')
-rw-r--r--core/templates/layout.guest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php
index e83d9e1a682..8395426e4e4 100644
--- a/core/templates/layout.guest.php
+++ b/core/templates/layout.guest.php
@@ -35,7 +35,7 @@
<body id="body-login">
<div id="login">
<header><div id="header">
- <img src="<?php echo image_path('', 'logo.png'); ?>" alt="ownCloud" />
+ <img src="<?php echo image_path('', 'logo.svg'); ?>" class="svg" alt="ownCloud" />
</div></header>
<?php echo $_['content']; ?>
</div>