aboutsummaryrefslogtreecommitdiffstats
path: root/include/api.php
diff options
context:
space:
mode:
authortuscanhobbit <tuscanhobbit@users.noreply.github.com>2013-11-23 20:01:11 +0100
committertuscanhobbit <tuscanhobbit@users.noreply.github.com>2013-11-23 20:01:11 +0100
commit2c6e1b7aee2928c077bc090b1c4fe65c599d5d12 (patch)
treebccc024c9da8e934d0a29b4a4384218070cad15c /include/api.php
parent2e4177796364ca4edb3a29e7646545649d57c56a (diff)
downloadvolse-hubzilla-2c6e1b7aee2928c077bc090b1c4fe65c599d5d12.tar.gz
volse-hubzilla-2c6e1b7aee2928c077bc090b1c4fe65c599d5d12.tar.bz2
volse-hubzilla-2c6e1b7aee2928c077bc090b1c4fe65c599d5d12.zip
replaced rhash icon
Diffstat (limited to 'include/api.php')
-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');