From 408a7b586812911b82ba768007dca28e553f2e85 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 12 Feb 2001 16:52:27 +0000 Subject: [PATCH] fix a typo --- parts/menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/menu.php b/parts/menu.php index 2cbd009..c0be540 100644 --- a/parts/menu.php +++ b/parts/menu.php @@ -29,7 +29,7 @@ function qfMenu () { menuSectionHeader ("Project", 'white', menuHeadColor, menuBgColor); - menuItemLine ("/about.php", "About"); + menuItemLink ("/about.php", "About"); menuItemLink ("/", "Latest News"); menuItemLink ("/news.php", "Old News"); menuItemLink ("/documentation.php", "Documentation");