diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1776,7 +1776,6 @@ HTML; | |||
1776 | 1776 | ||
1777 | // -------- Otherwise, simply display search form and links: | 1777 | // -------- Otherwise, simply display search form and links: |
1778 | $PAGE = new pageBuilder; | 1778 | $PAGE = new pageBuilder; |
1779 | $PAGE->assign('linkcount',count($LINKSDB)); | ||
1780 | buildLinkList($PAGE,$LINKSDB); // Compute list of links to display | 1779 | buildLinkList($PAGE,$LINKSDB); // Compute list of links to display |
1781 | $PAGE->renderPage('linklist'); | 1780 | $PAGE->renderPage('linklist'); |
1782 | exit; | 1781 | exit; |