aboutsummaryrefslogtreecommitdiffstats
path: root/mod/directory.php
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-09-06 01:32:53 +0100
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-09-06 01:32:53 +0100
commitd439bf51378a7a44db629a4ac05f2fa771a3d335 (patch)
tree4fe8018fa39902f53959db613e36e79488a22c0d /mod/directory.php
parent5c42747763914fc9f749cde98711718ec9f1bbdf (diff)
downloadvolse-hubzilla-d439bf51378a7a44db629a4ac05f2fa771a3d335.tar.gz
volse-hubzilla-d439bf51378a7a44db629a4ac05f2fa771a3d335.tar.bz2
volse-hubzilla-d439bf51378a7a44db629a4ac05f2fa771a3d335.zip
Fix directory for NOT endless scroll. Dunno what's wrong with endless
scroll, sorry.
Diffstat (limited to 'mod/directory.php')
-rw-r--r--mod/directory.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/mod/directory.php b/mod/directory.php
index 39eeb36ce..47bfdf380 100644
--- a/mod/directory.php
+++ b/mod/directory.php
@@ -224,10 +224,11 @@ function directory_content(&$a) {
'$safetxt' => htmlspecialchars($search,ENT_QUOTES,'UTF-8'),
'$entries' => $entries,
'$dirlbl' => t('Directory'),
- '$submit' => t('Find')
+ '$submit' => t('Find'),
+ '$next' => alt_pager($a,$j['records'], t('next page'), t('previous page'))
+
));
-// $o .= alt_pager($a,$j['records'], t('next page'), t('previous page'));
}