0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/website synced 2025-03-22 17:10:58 +00:00

"Downloads" now links to files.php

This commit is contained in:
Dan Olson 2000-04-17 16:17:20 +00:00
parent 4a49ce4d96
commit 243bb5a0f9

View file

@ -34,7 +34,7 @@
menuSectionHeader( "QuakeForge", 'white', $menuHeadColor, $menuBgColor );
menuItemLink( "/", "Latest News" );
menuItemLink( "/news.php", "News Archive" );
menuItemLink( "http://sourceforge.net/project/filelist.php?group_id=882", "Downloads" );
menuItemLink( "/files.php", "Downloads" );
menuItemLink( "http://sourceforge.net/bugs/?group_id=882", "Bug Tracking" );
menuItemLink( "http://sourceforge.net/mail/?group_id=882", "Mailing Lists" );
menuSectionFooter();