瀏覽代碼

Merge pull request #400 from ArthurHoaro/title-399

Fixes #399 - show single link title as page title
VirtualTam 8 年之前
父節點
當前提交
4c3df9aa12
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      index.php

+ 1 - 0
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,