diff options
author | friendica <info@friendica.com> | 2013-04-14 22:28:45 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-04-14 22:28:45 -0700 |
commit | 53c69a17c53724f7316173a5aef41edc80acdf9e (patch) | |
tree | 30da41e6e01bcaf37b933e9a416047bea8366abc /include/nav.php | |
parent | b84d8bfbc93be57bf84e03fa4b858edcd5616668 (diff) | |
download | volse-hubzilla-53c69a17c53724f7316173a5aef41edc80acdf9e.tar.gz volse-hubzilla-53c69a17c53724f7316173a5aef41edc80acdf9e.tar.bz2 volse-hubzilla-53c69a17c53724f7316173a5aef41edc80acdf9e.zip |
more cleanup
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index 5e5243f67..049009ad3 100644 --- a/include/nav.php +++ b/include/nav.php @@ -192,7 +192,6 @@ EOT; $banner = get_config('system','banner'); if($banner === false) -// $banner .= '<a href="http://friendica.com"><img id="logo-img" src="images/fred-32.png" alt="logo" /></a>'; $banner = 'red'; $tpl = get_markup_template('nav.tpl'); |