distributed directory search from the navbar

This commit is contained in:
friendica
2013-01-19 00:43:05 -08:00
parent 33b6d91661
commit 9725dcf41d
8 changed files with 142 additions and 42 deletions

View File

@@ -163,7 +163,7 @@ function directory_content(&$a) {
));
$o .= alt_pager($a,$j['records']);
$o .= alt_pager($a,$j['records'], t('more'), t('back'));
}