diff options
-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, |