aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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,