aboutsummaryrefslogtreecommitdiffstats
path: root/include/api.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-11 15:37:36 -0700
committerfriendica <info@friendica.com>2013-05-11 15:37:36 -0700
commit8a1c8c4a03899c844885da58f9184fc10e7d6b07 (patch)
tree367080388de9a409712ebaa46c226d03f2b7cd1b /include/api.php
parent99c842ff397b87e9f09dd552b45a9b4a2b09b613 (diff)
downloadvolse-hubzilla-8a1c8c4a03899c844885da58f9184fc10e7d6b07.tar.gz
volse-hubzilla-8a1c8c4a03899c844885da58f9184fc10e7d6b07.tar.bz2
volse-hubzilla-8a1c8c4a03899c844885da58f9184fc10e7d6b07.zip
It's a red matrix, and matrix is better indicated by # than by ! - and would otherwise be similar to the Diaspora 5-pointed asterisk except that Red's has no center.
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 ca43abcce..c2de7a704 100644
--- a/include/api.php
+++ b/include/api.php
@@ -220,7 +220,7 @@ require_once('include/security.php');
'updated' => api_date(null),
'atom_updated' => datetime_convert('UTC','UTC','now',ATOM_TIME),
'language' => $user_info['language'],
- 'logo' => $a->get_baseurl()."/images/friendica-32.png",
+ 'logo' => $a->get_baseurl()."/images/rhash-64.png",
);
return $arr;
@@ -1524,7 +1524,7 @@ require_once('include/security.php');
$name = get_config('system','sitename');
$server = $a->get_hostname();
- $logo = $a->get_baseurl() . '/images/r!.png';
+ $logo = $a->get_baseurl() . '/images/rhash-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');