From: ArthurHoaro Date: Sat, 5 Dec 2015 10:05:08 +0000 (+0100) Subject: Fixes #399 - show single link title as page title X-Git-Tag: v0.6.2~9^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=2f5c1361045d7ad4de31bceff04f03bad655c7c4;p=github%2Fshaarli%2FShaarli.git Fixes #399 - show single link title as page title --- diff --git a/index.php b/index.php index e2592045..81ab7676 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,