mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 07:11:43 +00:00
working on the menu
This commit is contained in:
parent
d0955aa0ff
commit
ee2d7199fb
1 changed files with 3 additions and 2 deletions
|
@ -31,12 +31,13 @@
|
|||
{
|
||||
global $menuHeadColor, $menuBgColor;
|
||||
|
||||
menuSectionHeader( "QuakeForge", 'white', $menuHeadColor, $menuBgColor );
|
||||
menuSectionHeader( "Project", 'white', $menuHeadColor, $menuBgColor );
|
||||
menuItemLink( "/", "Latest News" );
|
||||
menuItemLink( "/news.php", "News Archive" );
|
||||
menuItemLink( "/news.php", "Old News" );
|
||||
menuItemLink( "/files.php", "Downloads" );
|
||||
menuItemLink( "http://sourceforge.net/bugs/?group_id=882", "Bug Tracking" );
|
||||
menuItemLink( "http://sourceforge.net/mail/?group_id=882", "Mailing Lists" );
|
||||
menuItemLink( "/board/", "Web Forum" );
|
||||
menuSectionFooter();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue