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:
parent
4a49ce4d96
commit
243bb5a0f9
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue