Fixes #399 - show single link title as page title

This commit is contained in:
ArthurHoaro 2015-12-05 11:05:08 +01:00 committed by Knah Tsaeb
parent 167066f4bb
commit 20d859380a
1 changed files with 1 additions and 0 deletions

View File

@ -2004,6 +2004,7 @@ function buildLinkList($PAGE,$LINKSDB)
$PAGE->assign('next_page_url',$next_page_url);
$PAGE->assign('page_current',$page);
$PAGE->assign('page_max',$pagecount);
$PAGE->assign('pagetitle', $GLOBALS['pagetitle']);
$PAGE->assign('result_count',count($linksToDisplay));
$PAGE->assign('search_type',$search_type);
$PAGE->assign('search_crits',$search_crits);