aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/page_display.tpl
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-12-23 18:58:48 +0000
committerThomas Willingham <founder@kakste.com>2013-12-23 18:58:48 +0000
commitea31573e26a5f74b27530fc0829c9b9abca0f65c (patch)
treeb8f02bbf029c2d26fc9c02b3adb9f4c0f0a928ae /view/tpl/page_display.tpl
parent50e39c330d9a73f69ddfdecfb5769a772b75167d (diff)
downloadvolse-hubzilla-ea31573e26a5f74b27530fc0829c9b9abca0f65c.tar.gz
volse-hubzilla-ea31573e26a5f74b27530fc0829c9b9abca0f65c.tar.bz2
volse-hubzilla-ea31573e26a5f74b27530fc0829c9b9abca0f65c.zip
You'll probably be wanting the actual template too.
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>