diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 50ae8c575f..cea58e18b3 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -190,7 +190,7 @@ as the value of $top_child_total (this is done at the end of this file) <div class="additional-info text-muted"> <div id="wall-item-ago-{{$item.id}}" class="wall-item-ago"> - <small><span class="time" title="{{$item.localtime}}" data-toggle="tooltip">{{$item.ago}}</span></small> + <small><a href="{{$item.plink.orig}}"><span class="time" title="{{$item.localtime}}" data-toggle="tooltip">{{$item.ago}}</span></a></small> </div> {{if $item.location}} @@ -207,7 +207,7 @@ as the value of $top_child_total (this is done at the end of this file) <h5 class="media-heading"> <a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link userinfo"><span>{{$item.name}}</span></a> <p class="text-muted"> - <small><span class="wall-item-ago">{{$item.ago}}</span> {{if $item.location}} — ({{$item.location}}){{/if}}</small> + <small><a class="time" href="{{$item.plink.orig}}"><span class="wall-item-ago">{{$item.ago}}</span></a> {{if $item.location}} — ({{$item.location}}){{/if}}</small> </p> </h5> </div>