diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-05-12 19:42:33 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-05-12 19:42:33 +0000 |
commit | 22ada4e28230575ef9213d0d4af170d48b179be1 (patch) | |
tree | 7012e7b7a889b8bd3b12b36ea28e66d5f6a396cd /phpBB/adm/style/install_error.html | |
parent | 4b247a505438b971734185893521abf94851f189 (diff) | |
download | forums-22ada4e28230575ef9213d0d4af170d48b179be1.tar forums-22ada4e28230575ef9213d0d4af170d48b179be1.tar.gz forums-22ada4e28230575ef9213d0d4af170d48b179be1.tar.bz2 forums-22ada4e28230575ef9213d0d4af170d48b179be1.tar.xz forums-22ada4e28230575ef9213d0d4af170d48b179be1.zip |
A new template for fatal database errors
git-svn-id: file:///svn/phpbb/trunk@5898 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/install_error.html')
-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 |