mirror of
https://github.com/friendica/friendica
synced 2026-01-16 08:48:48 +01:00
contact search + sync to personal edition, installer db check + curl proxy
This commit is contained in:
parent
478f84d9f2
commit
1a1f9b296c
9 changed files with 64 additions and 18 deletions
|
|
@ -11,7 +11,7 @@ function directory_content(&$a) {
|
|||
|
||||
$o .= replace_macros($tpl, array(
|
||||
'$search' => $search,
|
||||
'$finding' => (strlen($search) ? "<h4>Finding: '$search'</h4>" : "")
|
||||
'$finding' => (strlen($search) ? '<h4>' . t('Finding: ') . "'" . $search . "'" . '</h4>' : "")
|
||||
));
|
||||
|
||||
if($search)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue