diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-09-14 12:39:11 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-09-14 12:39:11 +0000 |
commit | 254dc0ec988d54972ca856f0bcdf5c5cd0d41ce1 (patch) | |
tree | 6e415ab09756984ce336a4ea72e350c27353e985 /view/tpl/conv_item.tpl | |
parent | 2728f5a104878ed3237f4d6a19bfbea67ffeecd0 (diff) | |
download | volse-hubzilla-254dc0ec988d54972ca856f0bcdf5c5cd0d41ce1.tar.gz volse-hubzilla-254dc0ec988d54972ca856f0bcdf5c5cd0d41ce1.tar.bz2 volse-hubzilla-254dc0ec988d54972ca856f0bcdf5c5cd0d41ce1.zip |
Made link post titles to source optional in display settings. Hopefully I did a right.
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"> |