From 3d3498af1b43fb82ec0a93503f8cb78c6c1d8541 Mon Sep 17 00:00:00 2001 From: Michael Vogel <icarus@dabo.de> Date: Sun, 29 May 2016 15:40:24 +0200 Subject: [PATCH] And some more --- view/theme/frio/templates/wall_thread.tpl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index ccc8f6967..7ef178f83 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -207,12 +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><a class="time" href="{{$item.plink.orig}}"><span class="wall-item-ago">{{$item.ago}}</span></a></small> - {{if $item.location}} - <div id="wall-item-location-{{$item.id}}" class="wall-item-location"> - <small><span class="location">({{$item.location}})</span></small> - </div> - {{/if}} + <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>