diff options
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index bcad7e00d..5b86a0691 100644 --- a/include/nav.php +++ b/include/nav.php @@ -174,7 +174,7 @@ EOT; if($banner === false) // $banner .= '<a href="http://friendica.com"><img id="logo-img" src="images/fred-32.png" alt="logo" /></a>'; - $banner = ''; + $banner = 'red'; $tpl = get_markup_template('nav.tpl'); |