aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/theme.php
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-03-28 23:07:34 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-03-28 23:07:34 +0200
commitaa26517cdcb70fd110372cf35fdefdd3357059e6 (patch)
tree7da5f86a82aeb66f90427f1ec3ef8f3163c11234 /view/theme/diabook/theme.php
parent1a9bbac0bede3daf3bca9260397e1ad2214be1f7 (diff)
downloadvolse-hubzilla-aa26517cdcb70fd110372cf35fdefdd3357059e6.tar.gz
volse-hubzilla-aa26517cdcb70fd110372cf35fdefdd3357059e6.tar.bz2
volse-hubzilla-aa26517cdcb70fd110372cf35fdefdd3357059e6.zip
add a searchbox to "find friends" for global search
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-xview/theme/diabook/theme.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php
index 076223a48..5d6173918 100755
--- a/view/theme/diabook/theme.php
+++ b/view/theme/diabook/theme.php
@@ -147,6 +147,13 @@ function diabook_community_info(){
$nv['suggest'] = Array('suggest', t('Friend Suggestions'), "", "");
$nv['invite'] = Array('invite', t('Invite Friends'), "", "");
+ $nv['search'] = '<form name="simple_bar" method="get" action="http://dir.friendika.com/directory">
+ <span class="sbox_l"></span>
+ <span class="sbox">
+ <input type="text" name="search" size="13" maxlength="50">
+ </span>
+ <span class="sbox_r" id="srch_clear"></span>';
+
$aside['$nv'] = $nv;
};