From 99a548d4ac195b08fd3928a95d560a6242e28142 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 7 Nov 2011 17:25:40 -0800 Subject: fix friend suggest link in testbubble --- include/nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/nav.php') diff --git a/include/nav.php b/include/nav.php index 62a8a6d11..f7165fd0d 100644 --- a/include/nav.php +++ b/include/nav.php @@ -147,7 +147,7 @@ function nav(&$a) { $banner = get_config('system','banner'); if($banner === false) - $banner .= 'logoFriendica'; + $banner .= 'logoFriendica'; $tpl = get_markup_template('nav.tpl'); -- cgit v1.2.3