X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=81ab7676fec90ee0b05ef1614dc2c41811c0d385;hb=6a6f6c32e5876a347a806cc43d25596b9257765b;hp=e2592045082cb5c1a573cfc9ce6027a87a128d7e;hpb=a6aa37b96fc59d3e6218dbcfd8f6ea8e5ba313b4;p=github%2Fshaarli%2FShaarli.git 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,