diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2013-08-24 09:10:41 -0700 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2013-08-24 09:10:41 -0700 |
commit | c6062aa7ebac025385dbe363c9be39861c63ac1e (patch) | |
tree | 5e553bbd6e2c3bf409bac51e91d8564e5bb223c7 /view/tpl/page_display.tpl | |
parent | b0dd38b30949f907265eda757bfa14aa1f38b38f (diff) | |
parent | d88e72771940002fc4d18a57a020b957867e67ab (diff) | |
download | volse-hubzilla-c6062aa7ebac025385dbe363c9be39861c63ac1e.tar.gz volse-hubzilla-c6062aa7ebac025385dbe363c9be39861c63ac1e.tar.bz2 volse-hubzilla-c6062aa7ebac025385dbe363c9be39861c63ac1e.zip |
Merge pull request #105 from beardy-unixer/master
Make templates a tad easier to theme
Diffstat (limited to 'view/tpl/page_display.tpl')
-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 7b4fdb96e..d8175bdd2 100755 --- a/view/tpl/page_display.tpl +++ b/view/tpl/page_display.tpl @@ -1,6 +1,6 @@ <div class="page"> -<div class="page-content-wrapper" id="page-content-wrapper" > +<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-date">{{$date}}</div> |