lighter colours

This commit is contained in:
Mike Macgirvin 2010-07-31 02:18:37 -07:00
commit eaea2a6370
3 changed files with 46 additions and 12 deletions

View file

@ -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']))