Skip to content
Snippets Groups Projects
Commit da948d39 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

replace mod/profile/edit.php?username=name link with pg/profile/name/edit/

parent 8814baea
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@
<span class="latlngMe">Latitude: <?php echo $DMS_lat['deg']."&deg; ".$DMS_lat['min']."' ".$DMS_lat['sec']."\"" ?> &nbsp;&nbsp;&nbsp; Longitude: <?php echo $DMS_lng['deg']."&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!';
?>
......
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