diff options
author | Friendika <info@friendika.com> | 2011-11-07 17:25:40 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-07 17:25:40 -0800 |
commit | 99a548d4ac195b08fd3928a95d560a6242e28142 (patch) | |
tree | 0fdea1e672f8931ca2ca2557ad5758e4ba1e89b5 /include | |
parent | 327105a4ea722e746cae0caa2731ec13435fadc7 (diff) | |
download | volse-hubzilla-99a548d4ac195b08fd3928a95d560a6242e28142.tar.gz volse-hubzilla-99a548d4ac195b08fd3928a95d560a6242e28142.tar.bz2 volse-hubzilla-99a548d4ac195b08fd3928a95d560a6242e28142.zip |
fix friend suggest link in testbubble
Diffstat (limited to 'include')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 .= '<a href="http://project.friendika.com"><img id="logo-img" src="images/friendika-32.png" alt="logo" /></a><span id="logo-text"><a href="http://project.friendika.com">Friendica</a></span>'; + $banner .= '<a href="http://friendica.com"><img id="logo-img" src="images/friendika-32.png" alt="logo" /></a><span id="logo-text"><a href="http://friendica.com">Friendica</a></span>'; $tpl = get_markup_template('nav.tpl'); |