diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-12-06 16:29:56 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-12-06 16:29:56 +0100 |
commit | 0fa59f89373f935b497cea1b5f6953361f8e8581 (patch) | |
tree | a67509678e8c73f615bb3bfcc1d536a2a8e369f2 /core | |
parent | 2288b263059d87b4292a731d3992d1fc361e2c43 (diff) | |
download | nextcloud-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.php | 2 |
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> |