mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 22:42:57 +00:00
fix a typo
This commit is contained in:
parent
2e1578831c
commit
408a7b5868
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
function qfMenu ()
|
function qfMenu ()
|
||||||
{
|
{
|
||||||
menuSectionHeader ("Project", 'white', menuHeadColor, menuBgColor);
|
menuSectionHeader ("Project", 'white', menuHeadColor, menuBgColor);
|
||||||
menuItemLine ("/about.php", "About");
|
menuItemLink ("/about.php", "About");
|
||||||
menuItemLink ("/", "Latest News");
|
menuItemLink ("/", "Latest News");
|
||||||
menuItemLink ("/news.php", "Old News");
|
menuItemLink ("/news.php", "Old News");
|
||||||
menuItemLink ("/documentation.php", "Documentation");
|
menuItemLink ("/documentation.php", "Documentation");
|
||||||
|
|
Loading…
Reference in a new issue