fix a typo

This commit is contained in:
Bill Currie 2001-02-12 16:52:27 +00:00
parent 2e1578831c
commit 408a7b5868

View file

@ -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");