From 6c6d94763b614ab4d425b831e2a8fe0409e631c3 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 30 Jun 2008 12:12:01 -0400 Subject: add FAQ to foot menu darcs-hash:20080630161201-84dde-835e66e9abb6e5c447bfc9b97b29bdd27962ac41.gz --- lib/util.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index b5f698b40..f3ab42ea9 100644 --- a/lib/util.php +++ b/lib/util.php @@ -282,6 +282,8 @@ function common_foot_menu() { common_element_start('ul', array('id' => 'nav_sub')); common_menu_item(common_local_url('doc', array('title' => 'about')), _t('About')); + common_menu_item(common_local_url('doc', array('title' => 'faq')), + _t('FAQ')); common_menu_item(common_local_url('doc', array('title' => 'privacy')), _t('Privacy')); common_menu_item(common_local_url('doc', array('title' => 'source')), -- cgit v1.2.3-54-g00ecf