diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-07 09:56:30 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-07 09:56:30 +0200 |
commit | 807471d2a5f1b53c616376bcb5f0cdcb361f20ce (patch) | |
tree | 15588e09f2169e6d53d797052171a18adb35fa3e /view/tpl/page_display.tpl | |
parent | 3456e7ca67bdab2a37f325731368922b2319a6c2 (diff) | |
download | volse-hubzilla-807471d2a5f1b53c616376bcb5f0cdcb361f20ce.tar.gz volse-hubzilla-807471d2a5f1b53c616376bcb5f0cdcb361f20ce.tar.bz2 volse-hubzilla-807471d2a5f1b53c616376bcb5f0cdcb361f20ce.zip |
move if clause outside of the div
Diffstat (limited to 'view/tpl/page_display.tpl')
-rwxr-xr-x | view/tpl/page_display.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/page_display.tpl b/view/tpl/page_display.tpl index a4870d623..a320920c7 100755 --- a/view/tpl/page_display.tpl +++ b/view/tpl/page_display.tpl @@ -1,10 +1,10 @@ <div class="page"> <div class="generic-content-wrapper" id="page-content-wrapper" > + {{if $title}} <div class="section-title-wrapper"> - {{if $title}} <h2 class="page-title">{{$title}}</h2> - {{/if}} </div> + {{/if}} <div class="section-content-wrapper"> <div class="page-author"><a class="page-author-link" href="{{$auth_url}}">{{$author}}</a></div> <div class="page-date">{{$date}}</div> |