diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/atom_feed.tpl | 1 | ||||
-rw-r--r-- | view/profile_entry.tpl | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/view/atom_feed.tpl b/view/atom_feed.tpl index e993a622e..3b2df2f67 100644 --- a/view/atom_feed.tpl +++ b/view/atom_feed.tpl @@ -22,4 +22,5 @@ <uri dfrn:updated="$uridate" >$profile_page</uri> <link rel="photo" type="image/jpeg" dfrn:updated="$picdate" media:width="175" media:height="175" href="$photo" /> <link rel="avatar" type="image/jpeg" dfrn:updated="$picdate" media:width="175" media:height="175" href="$photo" /> + $birthday </author> diff --git a/view/profile_entry.tpl b/view/profile_entry.tpl index 5c6952af6..c5b782660 100644 --- a/view/profile_entry.tpl +++ b/view/profile_entry.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="$alt" /></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> |