aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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 dfa2dcc91..dd2655e84 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -57,6 +57,6 @@
$banner = get_config('system','banner');
if($banner === false)
- $banner = '<img src="images/ff-32.jpg" alt="logo" /> Friendika';
+ $banner .= '<img id="logo-img" src="images/ff-32.jpg" alt="logo" /><span id="logo-text">Friendika</span>';
$a->page['nav'] .= '<span id="banner">' . $banner . '</span>';