make profile name clickable

This commit is contained in:
Friendika 2010-11-25 19:35:17 -08:00
parent 12c0983384
commit 1f69e12e1e
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@
<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>