Just some more removed baseurls ...
This commit is contained in:
parent
f7537c9e90
commit
c5b724828a
11 changed files with 46 additions and 39 deletions
|
@ -158,14 +158,14 @@ function directory_content(&$a) {
|
|||
else {
|
||||
$location_e = $location;
|
||||
}
|
||||
|
||||
|
||||
$photo_menu = array(array(t("View Profile"), zrl($profile_link)));
|
||||
|
||||
$entry = array(
|
||||
'id' => $rr['id'],
|
||||
'url' => $profile_link,
|
||||
'itemurl' => $itemurl,
|
||||
'thumb' => proxy_url($a->get_cached_avatar_image($rr[$photo]), false, PROXY_SIZE_THUMB),
|
||||
'thumb' => proxy_url($rr[$photo], false, PROXY_SIZE_THUMB),
|
||||
'img_hover' => $rr['name'],
|
||||
'name' => $rr['name'],
|
||||
'details' => $details,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue