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 | |
parent | b84d8bfbc93be57bf84e03fa4b858edcd5616668 (diff) | |
download | volse-hubzilla-53c69a17c53724f7316173a5aef41edc80acdf9e.tar.gz volse-hubzilla-53c69a17c53724f7316173a5aef41edc80acdf9e.tar.bz2 volse-hubzilla-53c69a17c53724f7316173a5aef41edc80acdf9e.zip |
more cleanup
-rw-r--r-- | include/api.php | 2 | ||||
-rw-r--r-- | include/nav.php | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/api.php b/include/api.php index 91c5b419e..bf865a360 100644 --- a/include/api.php +++ b/include/api.php @@ -1524,7 +1524,7 @@ require_once('include/security.php'); $name = get_config('system','sitename'); $server = $a->get_hostname(); - $logo = $a->get_baseurl() . '/images/fred-64.png'; + $logo = $a->get_baseurl() . '/images/r!.png'; $email = get_config('system','admin_email'); $closed = ((get_config('system','register_policy') == REGISTER_CLOSED) ? 'true' : 'false'); $private = ((get_config('system','block_public')) ? 'true' : 'false'); 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'); |