diff options
author | Friendika <info@friendika.com> | 2011-03-28 15:42:01 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-28 15:42:01 -0700 |
commit | 266a93c584ac4fd968e4f1e784a20c04ffb56618 (patch) | |
tree | 8eada0ec0ff123271f04f882061ed3c6a5d45e2a /view/fr/profile_entry_default.tpl | |
parent | 15b6792ca08fc09f62afc490da98a0f753bfab1c (diff) | |
parent | 3b709a074a373a42b1bf16d631cf34918ef9f83f (diff) | |
download | volse-hubzilla-266a93c584ac4fd968e4f1e784a20c04ffb56618.tar.gz volse-hubzilla-266a93c584ac4fd968e4f1e784a20c04ffb56618.tar.bz2 volse-hubzilla-266a93c584ac4fd968e4f1e784a20c04ffb56618.zip |
Merge branch 'omigeot-master'
Diffstat (limited to 'view/fr/profile_entry_default.tpl')
-rw-r--r-- | view/fr/profile_entry_default.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/fr/profile_entry_default.tpl b/view/fr/profile_entry_default.tpl index 651199918..b7f94b0b0 100644 --- a/view/fr/profile_entry_default.tpl +++ b/view/fr/profile_entry_default.tpl @@ -1,7 +1,7 @@ <div class="profile-listing" > <div class="profile-listing-photo-wrapper" > -<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> +<a href="profiles/$id" class="profile-listing-edit-link" ><img class="profile-listing-photo" id="profile-listing-photo-$id" src="$photo" alt="Image du profil" /></a> </div> <div class="profile-listing-photo-end" ></div> <div class="profile-listing-name" id="profile-listing-name-$id"><a href="profiles/$id" class="profile-listing-edit-link" >$profile_name</a></div> |