]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fixes #399 - show single link title as page title 400/head
authorArthurHoaro <arthur@hoa.ro>
Sat, 5 Dec 2015 10:05:08 +0000 (11:05 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sat, 5 Dec 2015 10:05:08 +0000 (11:05 +0100)
index.php

index e2592045082cb5c1a573cfc9ce6027a87a128d7e..81ab7676fec90ee0b05ef1614dc2c41811c0d385 100644 (file)
--- 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,