diff options
author | Friendika <info@friendika.com> | 2010-11-25 19:35:17 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-25 19:35:17 -0800 |
commit | 1f69e12e1e3aad003a714b543c4874c3082ce6df (patch) | |
tree | 1ce008bd22094253313cc2a7df82de17ab851fc5 | |
parent | 12c0983384f63521bd1d09ac0510e5e10bf0839d (diff) | |
download | volse-hubzilla-1f69e12e1e3aad003a714b543c4874c3082ce6df.tar.gz volse-hubzilla-1f69e12e1e3aad003a714b543c4874c3082ce6df.tar.bz2 volse-hubzilla-1f69e12e1e3aad003a714b543c4874c3082ce6df.zip |
make profile name clickable
-rw-r--r-- | view/en/profile_entry_default.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/en/profile_entry_default.tpl b/view/en/profile_entry_default.tpl index e9bceba89..651199918 100644 --- a/view/en/profile_entry_default.tpl +++ b/view/en/profile_entry_default.tpl @@ -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> |