Merge pull request #400 from ArthurHoaro/title-399
Fixes #399 - show single link title as page title
This commit is contained in:
commit
4c3df9aa12
1 changed files with 1 additions and 0 deletions
|
@ -1948,6 +1948,7 @@ function buildLinkList($PAGE,$LINKSDB)
|
||||||
|
|
||||||
// Fill all template fields.
|
// Fill all template fields.
|
||||||
$data = array(
|
$data = array(
|
||||||
|
'pagetitle' => $GLOBALS['pagetitle'],
|
||||||
'linkcount' => count($LINKSDB),
|
'linkcount' => count($LINKSDB),
|
||||||
'previous_page_url' => $previous_page_url,
|
'previous_page_url' => $previous_page_url,
|
||||||
'next_page_url' => $next_page_url,
|
'next_page_url' => $next_page_url,
|
||||||
|
|
Loading…
Reference in a new issue