mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 04:23:38 +01:00
8 lines
224 B
HTML
8 lines
224 B
HTML
<!-- 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 --> |