mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-30 19:24:13 +02:00
15 lines
320 B
HTML
15 lines
320 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>
|
|
|
|
<div>
|
|
<fieldset class="console-output">
|
|
<pre>{{ MESSAGE_DETAIL }}</pre>
|
|
</fieldset>
|
|
</div>
|
|
|
|
<!-- INCLUDE overall_footer.html -->
|