Fix directory for NOT endless scroll. Dunno what's wrong with endless

scroll, sorry.
This commit is contained in:
Thomas Willingham 2014-09-06 01:32:53 +01:00
parent 5c42747763
commit d439bf5137

View File

@ -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'));
}