diff options
author | friendica <info@friendica.com> | 2014-09-14 17:11:50 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-14 17:11:50 -0700 |
commit | 0a5f0fe10bf7310666b96102e8e0da754d6ca439 (patch) | |
tree | 150bd622891d4e373325e79d77167612d40e4ad2 /view/tpl/conv_item.tpl | |
parent | 6be6b41a421f86579164288ea2fa7cebb6edd9d4 (diff) | |
parent | b5241c610fe3eeaebedebc94e43edb802565123a (diff) | |
download | volse-hubzilla-0a5f0fe10bf7310666b96102e8e0da754d6ca439.tar.gz volse-hubzilla-0a5f0fe10bf7310666b96102e8e0da754d6ca439.tar.bz2 volse-hubzilla-0a5f0fe10bf7310666b96102e8e0da754d6ca439.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-x | view/tpl/conv_item.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 8607b8ee8..ff69fd379 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -15,7 +15,9 @@ <div class="wall-item-photo-end" style="clear:both"></div> </div> {{if $item.title}} - <div class="wall-item-title" id="wall-item-title-{{$item.id}}"><h3>{{if $item.plink}}<a href="{{$item.plink.href}}" title="{{$item.title}} ({{$item.plink.title}})">{{/if}}{{$item.title}}{{if $item.plink}}</a>{{/if}}</h3></div> + <div class="wall-item-title" id="wall-item-title-{{$item.id}}"> + <h3>{{if $item.title_tosource}}{{if $item.plink}}<a href="{{$item.plink.href}}" title="{{$item.title}} ({{$item.plink.title}})">{{/if}}{{/if}}{{$item.title}}{{if $item.title_tosource}}{{if $item.plink}}</a>{{/if}}{{/if}}</h3> + </div> {{/if}} {{if $item.lock}} <div class="wall-item-lock dropdown"> |