From 2f5c1361045d7ad4de31bceff04f03bad655c7c4 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 5 Dec 2015 11:05:08 +0100 Subject: [PATCH] Fixes #399 - show single link title as page title --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index e259204..81ab767 100644 --- a/index.php +++ b/index.php @@ -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,