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