From da948d394982a6378db46cc0271dab343bc30318 Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <erasmussen2@unl.edu> Date: Wed, 28 Apr 2010 16:38:34 +0000 Subject: [PATCH] replace mod/profile/edit.php?username=name link with pg/profile/name/edit/ --- plugins/globe/views/default/globe/content.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/globe/views/default/globe/content.php b/plugins/globe/views/default/globe/content.php index fc4733a5..7a603450 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!'; ?> -- GitLab