]> git.mxchange.org Git - friendica.git/commitdiff
added new tab for wall-titles too
authorRaroun <Raroun@users.noreply.github.com>
Mon, 2 Oct 2023 08:39:49 +0000 (10:39 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 08:39:49 +0000 (10:39 +0200)
view/theme/frio/templates/wall_thread.tpl

index 0b6e720540c56a32a0b790db3fdbd1fcb07e0f15..7078d91f4e1f3522e604351a54df9a6064685717 100644 (file)
@@ -238,7 +238,7 @@ as the value of $top_child_total (this is done at the end of this file)
                {{* item content *}}
                <div class="wall-item-content {{$item.type}}" id="wall-item-content-{{$item.id}}">
                        {{if $item.title}}
-                       <span class="wall-item-title" id="wall-item-title-{{$item.id}}"><h4 class="media-heading" dir="auto"><a href="{{$item.plink.href}}" class="{{$item.sparkle}} p-name">{{$item.title}}</a></h4><br /></span>
+                       <span class="wall-item-title" id="wall-item-title-{{$item.id}}"><h4 class="media-heading" dir="auto"><a href="{{$item.plink.href}}" class="{{$item.sparkle}} p-name" target="_blank">{{$item.title}}</a></h4><br /></span>
                        {{/if}}
 
                        <div class="wall-item-body e-content {{if !$item.title}}p-name{{/if}}" id="wall-item-body-{{$item.id}}" dir="auto">{{$item.body_html nofilter}}</div>