diff options
author | Friendika <info@friendika.com> | 2011-03-24 21:10:51 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-24 21:10:51 -0700 |
commit | ca113bfaa05fdf90a904c3a286a4e69b3a2d2082 (patch) | |
tree | e5fcb1d325e7b7b8451300d1d256f4828bce0f9c /include/nav.php | |
parent | 6bc5d6f17b9d86d909cf43cde0a399b17c46bbf5 (diff) | |
download | volse-hubzilla-ca113bfaa05fdf90a904c3a286a4e69b3a2d2082.tar.gz volse-hubzilla-ca113bfaa05fdf90a904c3a286a4e69b3a2d2082.tar.bz2 volse-hubzilla-ca113bfaa05fdf90a904c3a286a4e69b3a2d2082.zip |
change link to project website
Diffstat (limited to 'include/nav.php')
-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 4104cf3cf..db3b909af 100644 --- a/include/nav.php +++ b/include/nav.php @@ -124,7 +124,7 @@ function nav(&$a) { $banner = get_config('system','banner'); if($banner === false) - $banner .= '<a href="http://friendika.com"><img id="logo-img" src="images/friendika-32.png" alt="logo" /></a><span id="logo-text"><a href="http://friendika.com">Friendika</a></span>'; + $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">Friendika</a></span>'; $a->page['nav'] .= '<span id="banner">' . $banner . '</span>'; |