diff options
author | Jan-Christoph Borchardt <jan@unhosted.org> | 2012-04-16 11:34:00 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <jan@unhosted.org> | 2012-04-16 11:34:16 +0200 |
commit | 70d0103a675fca4896974f1d59f5e76365304159 (patch) | |
tree | c0ce54d297c503262de193f64c5fd939d31e35f0 /apps/user_openid | |
parent | 464c751f30cb65702592f43c0836e343cfe4b40c (diff) | |
download | nextcloud-server-70d0103a675fca4896974f1d59f5e76365304159.tar.gz nextcloud-server-70d0103a675fca4896974f1d59f5e76365304159.zip |
updated logos and icons
Diffstat (limited to 'apps/user_openid')
-rw-r--r-- | apps/user_openid/templates/nomode.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |