diff options
author | friendica <info@friendica.com> | 2013-12-23 12:01:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-23 12:01:53 -0800 |
commit | 4517bdcff1aa75c5389f9fb29947012fca5df4e1 (patch) | |
tree | aef4d726781128dd41d53fcf069caa5ff0e42558 /view/tpl | |
parent | 45a4c649edf0519f1dfbee73cb6ad43211549d52 (diff) | |
parent | ea31573e26a5f74b27530fc0829c9b9abca0f65c (diff) | |
download | volse-hubzilla-4517bdcff1aa75c5389f9fb29947012fca5df4e1.tar.gz volse-hubzilla-4517bdcff1aa75c5389f9fb29947012fca5df4e1.tar.bz2 volse-hubzilla-4517bdcff1aa75c5389f9fb29947012fca5df4e1.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/page_display.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/page_display.tpl b/view/tpl/page_display.tpl index d8175bdd2..a01bbea35 100755 --- a/view/tpl/page_display.tpl +++ b/view/tpl/page_display.tpl @@ -2,7 +2,7 @@ <div class="generic-content-wrapper" id="page-content-wrapper" > <h3 class="page-title">{{$title}}</h3> - <div class="page-author"><a class=="page-author-link" href="{{$auth_url}}">{{$author}}</a></div> + <div class="page-author"><a class=="page-author-link" href="{{$auth_url}}{{if $zid}}?zrl={{$zid}}{{/if}}">{{$author}}</a></div> <div class="page-date">{{$date}}</div> <div class="page-body">{{$body}}</div> </div> |