diff options
author | root <root@diekershoff.homeunix.net> | 2011-01-13 08:31:20 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2011-01-13 08:31:20 +0100 |
commit | 44ff96e0cf64fab4a4b9d8d71beeec485ffea4f3 (patch) | |
tree | a792b4b14378bc266d60374e879a1fb12fc29c47 /view | |
parent | e972375403bd019c58478c687443b8c8c68e55d9 (diff) | |
parent | 9d6f3aa4dd43af69d490d0fe8d355893a206e73f (diff) | |
download | volse-hubzilla-44ff96e0cf64fab4a4b9d8d71beeec485ffea4f3.tar.gz volse-hubzilla-44ff96e0cf64fab4a4b9d8d71beeec485ffea4f3.tar.bz2 volse-hubzilla-44ff96e0cf64fab4a4b9d8d71beeec485ffea4f3.zip |
Merge branch 'master' of git://github.com/friendika/friendika
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> |