From 9b4ac7d896be813b65241bcd9256a9acc0721a91 Mon Sep 17 00:00:00 2001 From: Joseph Carter Date: Tue, 5 Jun 2001 11:30:17 +0000 Subject: [PATCH] Fix files link --- parts/topmain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/topmain.php b/parts/topmain.php index 6075638..4eaf0e5 100644 --- a/parts/topmain.php +++ b/parts/topmain.php @@ -27,7 +27,7 @@ // iconLink ('http://sourceforge.net/survey/?group_id=882', '/img/icons/survey.png', 'Surveys', isFocused($focused, 'survey')); iconLink ('/news.php', '/img/icons/news.png', 'News', isFocused($focused, 'news')); iconLink ('http://sourceforge.net/cvs/?group_id=882', '/img/icons/cvs.png', 'CVS', isFocused($focused, 'cvs')); - iconLink ('http://sourceforge.net/project/filelist.php?group_id=882', '/img/icons/download.png', 'Downloads', isFocused($focused, 'download')); + iconLink ('http://sourceforge.net/project/showfiles.php?group_id=882', '/img/icons/download.png', 'Downloads', isFocused($focused, 'download')); echo ''; }