aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/umil/style/message_body.html
blob: 8c0a862cf05129925b0675f652a42622ea90190b (plain)
1
2
3
4
5
6
7
8
9
10
<!-- INCLUDE overall_header.html -->

<div <!-- IF S_USER_NOTICE -->class="successbox"<!-- ELSE -->class="errorbox"<!-- ENDIF -->>
	<h3>{MESSAGE_TITLE}</h3>
	<p>
		{MESSAGE_TEXT}
	</p>
</div>

<!-- INCLUDE overall_footer.html -->