aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-05 22:20:33 -0700
committerFriendika <info@friendika.com>2010-11-05 22:20:33 -0700
commit05cd91129ee58ddd228762cd394978b89c1c927e (patch)
tree1dacad12b21a5c412b6b1a64dfb77f9b6608fc01 /include
parentce28d219d4cd16cb6477dfe554dc468f3ccb3230 (diff)
downloadvolse-hubzilla-05cd91129ee58ddd228762cd394978b89c1c927e.tar.gz
volse-hubzilla-05cd91129ee58ddd228762cd394978b89c1c927e.tar.bz2
volse-hubzilla-05cd91129ee58ddd228762cd394978b89c1c927e.zip
branding
Diffstat (limited to 'include')
-rw-r--r--include/nav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php
index b102064fb..7f15ec805 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -56,6 +56,6 @@ else {
$banner = get_config('system','banner');
if($banner === false)
- $banner = '<span style="color:red;">@</span> Friendika';
+ $banner = '<img src="images/ff-32.jpg" alt="logo" /> Friendika';
$a->page['nav'] .= '<span id="banner">' . $banner . '</span>';