diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/diaspora_vcard.tpl | 2 | ||||
-rw-r--r-- | view/profile_vcard.tpl | 2 | ||||
-rw-r--r-- | view/theme/duepuntozero/profile_vcard.tpl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/view/diaspora_vcard.tpl b/view/diaspora_vcard.tpl index e71fc33ef..de3981a94 100644 --- a/view/diaspora_vcard.tpl +++ b/view/diaspora_vcard.tpl @@ -2,7 +2,7 @@ <dl class='entity_nickname'> <dt>Nickname</dt> <dd> - <a class="nickname url uid" href="$podloc/" rel="me">$diaspora.nickname</a> + <a class="nickname url uid" href="$diaspora.podloc/" rel="me">$diaspora.nickname</a> </dd> </dl> <dl class='entity_fn'> diff --git a/view/profile_vcard.tpl b/view/profile_vcard.tpl index c78eb9b7f..5bcbfd0b0 100644 --- a/view/profile_vcard.tpl +++ b/view/profile_vcard.tpl @@ -21,7 +21,7 @@ {{ if $pdesc }}<div class="title">$profile.pdesc</div>{{ endif }} - <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="$profile.photo" alt="$profile.name" /></div> + <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="$profile.photo?rev=$profile.picdate" alt="$profile.name" /></div> diff --git a/view/theme/duepuntozero/profile_vcard.tpl b/view/theme/duepuntozero/profile_vcard.tpl index b3f5cc50d..154f22363 100644 --- a/view/theme/duepuntozero/profile_vcard.tpl +++ b/view/theme/duepuntozero/profile_vcard.tpl @@ -5,7 +5,7 @@ {{ if $pdesc }}<div class="title">$profile.pdesc</div>{{ endif }} - <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="$profile.photo" alt="$profile.name"></div> + <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="$profile.photo?rev=$profile.picdate" alt="$profile.name"></div> |