aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-04 20:55:32 -0800
committerFriendika <info@friendika.com>2011-03-04 20:55:32 -0800
commit216f038456cae1016e030b33cac79f8ed690e366 (patch)
tree3db6bdcb57a3e68f24f7366da5d966a60bbb51a1 /include/nav.php
parent3c076b53fe0fb3d5e625b773a5e4723dece0a057 (diff)
downloadvolse-hubzilla-216f038456cae1016e030b33cac79f8ed690e366.tar.gz
volse-hubzilla-216f038456cae1016e030b33cac79f8ed690e366.tar.bz2
volse-hubzilla-216f038456cae1016e030b33cac79f8ed690e366.zip
icon changes, feed security improvements
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 5e29cc3c4..4104cf3cf 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/ff-32.jpg" alt="logo" /></a><span id="logo-text"><a href="http://friendika.com">Friendika</a></span>';
+ $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>';
$a->page['nav'] .= '<span id="banner">' . $banner . '</span>';