diff options
author | Thomas Willingham <founder@kakste.com> | 2013-12-23 18:58:48 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-12-23 18:58:48 +0000 |
commit | ea31573e26a5f74b27530fc0829c9b9abca0f65c (patch) | |
tree | b8f02bbf029c2d26fc9c02b3adb9f4c0f0a928ae /view | |
parent | 50e39c330d9a73f69ddfdecfb5769a772b75167d (diff) | |
download | volse-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')
-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> |