diff options
author | Thomas Willingham <founder@kakste.com> | 2013-05-28 20:47:46 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-05-28 20:47:46 +0100 |
commit | 7c2aa706f297b0ab89e40dba23829bc8d34f4874 (patch) | |
tree | b7a6193617714e088afe914e467bca3294f4add1 /view/tpl/page_display.tpl | |
parent | f041338cd364303fcc5ed523677874832b1ebb43 (diff) | |
download | volse-hubzilla-7c2aa706f297b0ab89e40dba23829bc8d34f4874.tar.gz volse-hubzilla-7c2aa706f297b0ab89e40dba23829bc8d34f4874.tar.bz2 volse-hubzilla-7c2aa706f297b0ab89e40dba23829bc8d34f4874.zip |
Make pages better.
Diffstat (limited to 'view/tpl/page_display.tpl')
-rwxr-xr-x | view/tpl/page_display.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/page_display.tpl b/view/tpl/page_display.tpl index e61a86fc9..2abb80e92 100755 --- a/view/tpl/page_display.tpl +++ b/view/tpl/page_display.tpl @@ -4,9 +4,11 @@ * *}} <div class=page"> - <h3 class="page-title">{{$title}}</h3> +<div class="page-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-date">{{$date}}</div> <div class="page-body">{{$body}}</div> </div> +</div>
\ No newline at end of file |