aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-28 17:29:13 -0700
committerFriendika <info@friendika.com>2011-10-28 17:29:13 -0700
commite4dd2a5a9abd6a9952c2acb5b29628e4825f2904 (patch)
treed376cf74969ddadc04ce692b19d639000b6b3f32 /include/nav.php
parentb02598185803e60b36b033ef3ccf05d1bd4d3af2 (diff)
downloadvolse-hubzilla-e4dd2a5a9abd6a9952c2acb5b29628e4825f2904.tar.gz
volse-hubzilla-e4dd2a5a9abd6a9952c2acb5b29628e4825f2904.tar.bz2
volse-hubzilla-e4dd2a5a9abd6a9952c2acb5b29628e4825f2904.zip
begin the name change
Diffstat (limited to 'include/nav.php')
-rw-r--r--include/nav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php
index 5c24df51e..62a8a6d11 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">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">Friendica</a></span>';
$tpl = get_markup_template('nav.tpl');