diff options
author | Friendika <info@friendika.com> | 2010-11-08 18:36:08 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-08 18:36:08 -0800 |
commit | 57fe19da72be37104915676b8003326d8e440343 (patch) | |
tree | c30af58c4269a2a3e6f3a50d9dfbd96c59a6b407 /mod | |
parent | 45149271285ea3515c3c1a7ea189609969c76748 (diff) | |
download | volse-hubzilla-57fe19da72be37104915676b8003326d8e440343.tar.gz volse-hubzilla-57fe19da72be37104915676b8003326d8e440343.tar.bz2 volse-hubzilla-57fe19da72be37104915676b8003326d8e440343.zip |
minor positioning adjustment on search items
Diffstat (limited to 'mod')
-rw-r--r-- | mod/search.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/search.php b/mod/search.php index d05b3d4e2..c0e6809ec 100644 --- a/mod/search.php +++ b/mod/search.php @@ -92,12 +92,14 @@ function search_content(&$a) { } $drop = replace_macros($droptpl,array('$id' => $item['id'])); + $lock = '<div class="wall-item-lock"></div>'; $o .= replace_macros($tpl,array( '$id' => $item['item_id'], '$profile_url' => $profile_link, '$name' => $profile_name, '$sparkle' => $sparkle, + '$lock' => $lock, '$thumb' => $profile_avatar, '$title' => $item['title'], '$body' => bbcode($item['body']), |