From d439bf51378a7a44db629a4ac05f2fa771a3d335 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sat, 6 Sep 2014 01:32:53 +0100 Subject: Fix directory for NOT endless scroll. Dunno what's wrong with endless scroll, sorry. --- mod/directory.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mod/directory.php') 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')); } -- cgit v1.2.3