aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/error_body.html
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-07-14 14:53:45 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-07-14 14:53:45 +0000
commit427a71155ebd6caf2944ba7db72c89881a7cef8a (patch)
tree27452ce8fc7f11f3785a01a3f4568f8a2432ebed /phpBB/templates/subSilver/error_body.html
parentfad21bcb01bdabaad234d812622555873fd48c4c (diff)
downloadforums-427a71155ebd6caf2944ba7db72c89881a7cef8a.tar
forums-427a71155ebd6caf2944ba7db72c89881a7cef8a.tar.gz
forums-427a71155ebd6caf2944ba7db72c89881a7cef8a.tar.bz2
forums-427a71155ebd6caf2944ba7db72c89881a7cef8a.tar.xz
forums-427a71155ebd6caf2944ba7db72c89881a7cef8a.zip
Name change to .html from .tpl as per requests (to ease local editing ... for those who can't search for .tpl ... ;) ), various updates to account for conditionals in templating engine, etc.
git-svn-id: file:///svn/phpbb/trunk@2676 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/error_body.html')
-rw-r--r--phpBB/templates/subSilver/error_body.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/error_body.html b/phpBB/templates/subSilver/error_body.html
new file mode 100644
index 0000000000..dd71af8518
--- /dev/null
+++ b/phpBB/templates/subSilver/error_body.html
@@ -0,0 +1,18 @@
+
+<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0">
+ <tr>
+ <td><table width="100%" cellspacing="0" cellpadding="1" border="0">
+ <tr>
+ <td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td align="center"><span class="error">{ERROR_MESSAGE}</span></td>
+ </tr>
+ <tr>
+ <td>&nbsp;</td>
+ </tr>
+ </table></td>
+ </tr>
+</table>
+
+<br clear="all" />