diff options
author | Joas Schilling <coding@schilljs.com> | 2017-08-03 17:27:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-03 17:27:24 +0200 |
commit | 9abbd6ab1348baafb7608135c76a30f8f2caf455 (patch) | |
tree | 484768ce0c7a71512b36c3e64fa695ace7b6ccb8 /core/templates/layout.user.php | |
parent | bb865a55febe7b712a0e6cc7e1e93034f60a0e8b (diff) | |
download | nextcloud-server-9abbd6ab1348baafb7608135c76a30f8f2caf455.tar.gz nextcloud-server-9abbd6ab1348baafb7608135c76a30f8f2caf455.zip |
Revert "Proof of concept #5593 - inline SVG icon for icon-contacts"
Diffstat (limited to 'core/templates/layout.user.php')
-rw-r--r-- | core/templates/layout.user.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 8dfd86731ce..6b9db9389ba 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -107,9 +107,7 @@ <button class="icon-close-white" type="reset"></button> </form> <div id="contactsmenu"> - <div class="icon-contacts icon-white menutoggle"> - <?php echo file_get_contents('core/img/places/contacts.svg'); ?> - </div> + <div class="icon-contacts menutoggle"></div> <div class="menu"></div> </div> <div id="settings"> |