aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-03 06:32:27 -0700
committerfriendica <info@friendica.com>2012-11-03 06:32:27 -0700
commit7915e597ec6c4a8e3735556d59e730aa84f770a1 (patch)
tree858697d22dab2d74b3a6be295d4cbfb6089b16ad /include/nav.php
parent41a43f1282ee23db50c3c712bbd33aeb2b4d1867 (diff)
downloadvolse-hubzilla-7915e597ec6c4a8e3735556d59e730aa84f770a1.tar.gz
volse-hubzilla-7915e597ec6c4a8e3735556d59e730aa84f770a1.tar.bz2
volse-hubzilla-7915e597ec6c4a8e3735556d59e730aa84f770a1.zip
more theme stuff
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 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');