Skip to content
Snippets Groups Projects
Commit b0e6aaa3 authored by webgeer's avatar webgeer
Browse files
parent 2bcc01a4
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,7 @@ function gmap_location_user_page() {
$newmarker['label'] = theme('gmap_location_user_html',$account);
$newmarker['latitude'] = $u->latitude;
$newmarker['longitude'] = $u->longitude;
$newmarker['link']=url('user/'.$account->uid);
$newmarker['markername']=$marker;
$newmarker['tooltip']=check_plain($account->name);
$locationbyuser[$u->oid] = array('latitude' => $u->latitude, 'longitude' => $u->longitude);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment