summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-06 19:36:41 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-06 19:36:41 +0200
commit5165e5dfcfbfa0b0c67945ee50231978997f0fd2 (patch)
treec24142ba473256dae0d6d40606457652bf4b4b83 /core
parentbea758271a59a6aec285628195949086c0b6f64c (diff)
downloadnextcloud-server-5165e5dfcfbfa0b0c67945ee50231978997f0fd2.tar.gz
nextcloud-server-5165e5dfcfbfa0b0c67945ee50231978997f0fd2.zip
removed search box from settings area
Diffstat (limited to 'core')
-rw-r--r--core/templates/layout.admin.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/templates/layout.admin.php b/core/templates/layout.admin.php
index 8668aa64fda..a97b765f953 100644
--- a/core/templates/layout.admin.php
+++ b/core/templates/layout.admin.php
@@ -30,7 +30,6 @@
<body id="body-settings">
<div id="header">
<a href="<?php echo link_to('', 'index.php'); ?>" title="" id="owncloud"><img src="<?php echo image_path('', 'owncloud-logo-small-white.png'); ?>" alt="ownCloud" /></a>
- <?php echo $_['searchbox']?>
<ul id="metanav">
<li><a href="<?php echo link_to('', 'index.php'); ?>" title="Back to files"><img src="<?php echo image_path('', 'layout/back.png'); ?>"></a></li>
<li><a href="<?php echo link_to('', 'index.php?logout=true'); ?>" title="Log out"><img src="<?php echo image_path('', 'layout/logout.png'); ?>"></a></li>