mirror of
https://github.com/friendica/friendica
synced 2026-01-16 08:48:48 +01:00
mongo checkin, global directory, redir rework, location basics
This commit is contained in:
parent
6ed5b642a4
commit
e0045a43e2
27 changed files with 266 additions and 144 deletions
|
|
@ -9,6 +9,8 @@ function directory_content(&$a) {
|
|||
|
||||
$tpl .= file_get_contents('view/directory_header.tpl');
|
||||
|
||||
|
||||
|
||||
$o .= replace_macros($tpl, array(
|
||||
'$search' => $search,
|
||||
'$finding' => (strlen($search) ? '<h4>' . t('Finding: ') . "'" . $search . "'" . '</h4>' : "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue