diff --git a/plugins/globe/views/default/globe/content.php b/plugins/globe/views/default/globe/content.php index fc4733a520cdc1c28b6605a60a0e73583ea1d05a..7a603450cde6ddcebcf4b75f15249ab032359172 100644 --- a/plugins/globe/views/default/globe/content.php +++ b/plugins/globe/views/default/globe/content.php @@ -78,7 +78,7 @@ <span class="latlngMe">Latitude: <?php echo $DMS_lat['deg']."° ".$DMS_lat['min']."' ".$DMS_lat['sec']."\"" ?> Longitude: <?php echo $DMS_lng['deg']."° ".$DMS_lng['min']."' ".$DMS_lng['sec']."\"" ?></span> <?php } else { ?> <span class="locationMe">You haven't added your location yet,</span> - <span class="latlngMe"><a href="<?php echo $CONFIG->url ?>mod/profile/edit.php?username=<?php echo $me->username ?>">Edit your profile</a> and put yourself on the map!</span> + <span class="latlngMe"><a href="<?php echo $CONFIG->url ?>pg/profile/<?php echo $me->username ?>/edit/">Edit your profile</a> and put yourself on the map!</span> <?php }?> <div class="clear"></div> @@ -200,7 +200,7 @@ } } else - echo 'Define your relationship to UNL by <a href="'.$CONFIG->url.'mod/profile/edit.php?username='.$me->username.'">editing your profile</a> and see other users like you!'; + echo 'Define your relationship to UNL by <a href="'.$CONFIG->url.'pg/profile/'.$me->username.'/edit/">editing your profile</a> and see other users like you!'; ?>