소스 검색

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,