aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/page_display.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-23 12:01:53 -0800
committerfriendica <info@friendica.com>2013-12-23 12:01:53 -0800
commit4517bdcff1aa75c5389f9fb29947012fca5df4e1 (patch)
treeaef4d726781128dd41d53fcf069caa5ff0e42558 /view/tpl/page_display.tpl
parent45a4c649edf0519f1dfbee73cb6ad43211549d52 (diff)
parentea31573e26a5f74b27530fc0829c9b9abca0f65c (diff)
downloadvolse-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/page_display.tpl')
-rwxr-xr-xview/tpl/page_display.tpl2
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>