diff --git a/mod/search.php b/mod/search.php index d05b3d4e28..c0e6809ec0 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 = '
'; $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']), diff --git a/view/search_item.tpl b/view/search_item.tpl index 6004ed5a1b..5cd230cfa2 100644 --- a/view/search_item.tpl +++ b/view/search_item.tpl @@ -6,6 +6,7 @@
+ $lock $name
$ago
$location