aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/page_display.tpl
blob: e61a86fc9cba54e3e2c2ded2ef691331771effda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{{*
 *	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>