mirror of
https://github.com/friendica/friendica
synced 2026-01-16 08:48:48 +01:00
lighter colours
This commit is contained in:
parent
aea121ea2a
commit
eaea2a6370
3 changed files with 46 additions and 12 deletions
|
|
@ -40,6 +40,7 @@ function directory_content(&$a) {
|
|||
|
||||
foreach($r as $rr) {
|
||||
|
||||
|
||||
$profile_link = $a->get_baseurl() . '/profile/' . ((strlen($rr['nickname'])) ? $rr['nickname'] : $rr['profile_uid']);
|
||||
$details = '';
|
||||
if(strlen($rr['locality']))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue