mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 07:11:43 +00:00
Fix files link
This commit is contained in:
parent
1634c518de
commit
9b4ac7d896
1 changed files with 1 additions and 1 deletions
|
@ -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 '</TD></TR></TABLE>';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue