summaryrefslogtreecommitdiffstats
path: root/templates/layout.user.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-04-24 16:09:07 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-04-24 16:09:27 +0200
commitb7aba15f179125455298aaee411864ebf4ed86f9 (patch)
tree781cd833dfb6fa18eeb89967f3094dcf0fa5a33e /templates/layout.user.php
parent8d52fdb7faf4be4ed4282ecdd3e3a08af1fbf150 (diff)
downloadnextcloud-server-b7aba15f179125455298aaee411864ebf4ed86f9.tar.gz
nextcloud-server-b7aba15f179125455298aaee411864ebf4ed86f9.zip
add search functionality, for now only searches files but plugins/apps can extend that
Diffstat (limited to 'templates/layout.user.php')
-rw-r--r--templates/layout.user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.user.php b/templates/layout.user.php
index 4e9190d91ff..23210b68808 100644
--- a/templates/layout.user.php
+++ b/templates/layout.user.php
@@ -15,7 +15,7 @@
<body id="body-user">
<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('settings', 'index.php'); ?>" title="Settings"><img src="<?php echo image_path('', 'layout/settings.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>