diff options
author | VirtualTam <virtualtam@flibidi.net> | 2015-12-06 17:40:29 +0100 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2015-12-06 17:40:29 +0100 |
commit | 4c3df9aa1250df86a4897169a8d4be0d33b2c9f6 (patch) | |
tree | 394efb8e00e010a557a523c4a72679f756471768 | |
parent | a6aa37b96fc59d3e6218dbcfd8f6ea8e5ba313b4 (diff) | |
parent | 2f5c1361045d7ad4de31bceff04f03bad655c7c4 (diff) | |
download | Shaarli-4c3df9aa1250df86a4897169a8d4be0d33b2c9f6.tar.gz Shaarli-4c3df9aa1250df86a4897169a8d4be0d33b2c9f6.tar.zst Shaarli-4c3df9aa1250df86a4897169a8d4be0d33b2c9f6.zip |
Merge pull request #400 from ArthurHoaro/title-399
Fixes #399 - show single link title as page title
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1948,6 +1948,7 @@ function buildLinkList($PAGE,$LINKSDB) | |||
1948 | 1948 | ||
1949 | // Fill all template fields. | 1949 | // Fill all template fields. |
1950 | $data = array( | 1950 | $data = array( |
1951 | 'pagetitle' => $GLOBALS['pagetitle'], | ||
1951 | 'linkcount' => count($LINKSDB), | 1952 | 'linkcount' => count($LINKSDB), |
1952 | 'previous_page_url' => $previous_page_url, | 1953 | 'previous_page_url' => $previous_page_url, |
1953 | 'next_page_url' => $next_page_url, | 1954 | 'next_page_url' => $next_page_url, |