aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2015-12-05 11:05:08 +0100
committerArthurHoaro <arthur@hoa.ro>2015-12-05 11:05:08 +0100
commit2f5c1361045d7ad4de31bceff04f03bad655c7c4 (patch)
tree394efb8e00e010a557a523c4a72679f756471768
parenta6aa37b96fc59d3e6218dbcfd8f6ea8e5ba313b4 (diff)
downloadShaarli-2f5c1361045d7ad4de31bceff04f03bad655c7c4.tar.gz
Shaarli-2f5c1361045d7ad4de31bceff04f03bad655c7c4.tar.zst
Shaarli-2f5c1361045d7ad4de31bceff04f03bad655c7c4.zip
Fixes #399 - show single link title as page title
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
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)
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,