diff options
author | ArthurHoaro <arthur@hoa.ro> | 2015-12-05 11:05:08 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2015-12-05 11:05:08 +0100 |
commit | 2f5c1361045d7ad4de31bceff04f03bad655c7c4 (patch) | |
tree | 394efb8e00e010a557a523c4a72679f756471768 | |
parent | a6aa37b96fc59d3e6218dbcfd8f6ea8e5ba313b4 (diff) | |
download | Shaarli-2f5c1361045d7ad4de31bceff04f03bad655c7c4.tar.gz Shaarli-2f5c1361045d7ad4de31bceff04f03bad655c7c4.tar.zst Shaarli-2f5c1361045d7ad4de31bceff04f03bad655c7c4.zip |
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, |