diff options
Diffstat (limited to 'view/tpl/smarty3/page_display.tpl')
-rw-r--r-- | view/tpl/smarty3/page_display.tpl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/view/tpl/smarty3/page_display.tpl b/view/tpl/smarty3/page_display.tpl deleted file mode 100644 index 0f02086f2..000000000 --- a/view/tpl/smarty3/page_display.tpl +++ /dev/null @@ -1,12 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<div class=page"> - <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> |