aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-23 12:24:36 -0800
committerfriendica <info@friendica.com>2013-11-23 12:24:36 -0800
commit49488a636391433f43ccdd4932d445b063260b30 (patch)
tree93bd14ee31254d27e0b8310c062721f0428a31b5 /include
parentb7c39e7ac937f87824c0e0bf19bb4def167709b9 (diff)
parentd126c2bcaae4c25eda03b99b4422398ad781c582 (diff)
downloadvolse-hubzilla-49488a636391433f43ccdd4932d445b063260b30.tar.gz
volse-hubzilla-49488a636391433f43ccdd4932d445b063260b30.tar.bz2
volse-hubzilla-49488a636391433f43ccdd4932d445b063260b30.zip
Merge pull request #213 from tuscanhobbit/master
replaced icons and shade of red
Diffstat (limited to 'include')
-rw-r--r--include/api.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/api.php b/include/api.php
index 1dd970cbc..8f7be37c7 100644
--- a/include/api.php
+++ b/include/api.php
@@ -233,7 +233,7 @@ require_once('include/photos.php');
'updated' => api_date(null),
'atom_updated' => datetime_convert('UTC','UTC','now',ATOM_TIME),
'language' => $user_info['language'],
- 'logo' => $a->get_baseurl()."/images/rhash-64.png",
+ 'logo' => $a->get_baseurl()."/images/rm-64.png",
);
return $arr;
@@ -1581,7 +1581,7 @@ require_once('include/photos.php');
$name = get_config('system','sitename');
$server = $a->get_hostname();
- $logo = $a->get_baseurl() . '/images/rhash-64.png';
+ $logo = $a->get_baseurl() . '/images/rm-64.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');