diff options
Diffstat (limited to 'phpBB/adm')
-rwxr-xr-x | phpBB/adm/style/install_error.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/adm/style/install_error.html b/phpBB/adm/style/install_error.html new file mode 100755 index 0000000000..ad53433207 --- /dev/null +++ b/phpBB/adm/style/install_error.html @@ -0,0 +1,8 @@ +<!-- INCLUDE install_header.html --> + +<div class="errorbox"> + <h3>{MESSAGE_TITLE}</h3> + <p>{MESSAGE_TEXT}</p> +</div> + +<!-- INCLUDE install_footer.html -->
\ No newline at end of file |