Fixes #399 - show single link title as page title

This commit is contained in:
ArthurHoaro 2015-12-05 11:05:08 +01:00
parent a6aa37b96f
commit 2f5c136104
1 changed files with 1 additions and 0 deletions

View File

@ -1948,6 +1948,7 @@ function buildLinkList($PAGE,$LINKSDB)
// Fill all template fields.
$data = array(
'pagetitle' => $GLOBALS['pagetitle'],
'linkcount' => count($LINKSDB),
'previous_page_url' => $previous_page_url,
'next_page_url' => $next_page_url,