aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
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 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>';