templatise alt_pager

This commit is contained in:
friendica
2013-06-03 18:16:00 -07:00
parent 1f94429b2c
commit b866cc26fa
4 changed files with 15 additions and 15 deletions

View File

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