|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
<a href="profiles/$id" class="profile-listing-edit-link"><img class="profile-listing-photo" id="profile-listing-photo-$id" src="$photo" alt="Profile Image" /></a> |
|
|
|
|
</div> |
|
|
|
|
<div class="profile-listing-photo-end"></div> |
|
|
|
|
<div class="profile-listing-name" id="profile-listing-name-$id">$profile_name</div> |
|
|
|
|
<div class="profile-listing-name" id="profile-listing-name-$id"><a href="profiles/$id" class="profile-listing-edit-link" >$profile_name</a></div> |
|
|
|
|
</div> |
|
|
|
|
<div class="profile-listing-end"></div> |
|
|
|
|
|
|
|
|
|