diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/remoteStorage/auth.php | 2 | ||||
-rw-r--r-- | apps/user_openid/templates/nomode.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/remoteStorage/auth.php b/apps/remoteStorage/auth.php index c00f9d5555c..2be648642a1 100644 --- a/apps/remoteStorage/auth.php +++ b/apps/remoteStorage/auth.php @@ -77,7 +77,7 @@ if(count($pathParts) == 2 && $pathParts[0] == '') { <div id="login"> <header> <div id="header"> - <img src="../../../core/img/owncloud-logo-medium-white.png" alt="ownCloud" /> + <img src="../../../core/img/logo.png" alt="ownCloud" /> </div> </header> <section id="main"> diff --git a/apps/user_openid/templates/nomode.php b/apps/user_openid/templates/nomode.php index f85d28cdc9b..3bab4c2edd1 100644 --- a/apps/user_openid/templates/nomode.php +++ b/apps/user_openid/templates/nomode.php @@ -5,7 +5,7 @@ global $profile; ?> <div id="login"> - <img src="<?php echo image_path("", "owncloud-logo-medium-white.png"); ?>" alt="ownCloud" /> + <img src="<?php echo image_path("", "logo.png"); ?>" alt="ownCloud" /> <ul> <li class='error'> <div id="setup_form"> |