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.
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user