aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/faq_body.tpl
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-10-16 16:24:52 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-10-16 16:24:52 +0000
commit0ce19c6f73cd73f70161c8f294667c58801ff8cf (patch)
tree9b4c3a965b0815e0c62e2e641cdaeaf26599a925 /phpBB/templates/subSilver/faq_body.tpl
parent36936afdb2405e0d7e2bc2923284ddafe6030eab (diff)
downloadforums-0ce19c6f73cd73f70161c8f294667c58801ff8cf.tar
forums-0ce19c6f73cd73f70161c8f294667c58801ff8cf.tar.gz
forums-0ce19c6f73cd73f70161c8f294667c58801ff8cf.tar.bz2
forums-0ce19c6f73cd73f70161c8f294667c58801ff8cf.tar.xz
forums-0ce19c6f73cd73f70161c8f294667c58801ff8cf.zip
Various updates, Tom
git-svn-id: file:///svn/phpbb/trunk@1228 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/faq_body.tpl')
-rwxr-xr-xphpBB/templates/subSilver/faq_body.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/faq_body.tpl b/phpBB/templates/subSilver/faq_body.tpl
index cd68f3dce1..fcff74e037 100755
--- a/phpBB/templates/subSilver/faq_body.tpl
+++ b/phpBB/templates/subSilver/faq_body.tpl
@@ -1,10 +1,10 @@
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
- <th class="thRight">{L_FAQ}</th>
+ <th class="thHead">{L_FAQ}</th>
</tr>
<!-- BEGIN faqrow -->
<tr>
- <td width="22%" align="left" valign="top" class="{faqrow.ROW_CLASS}"><span class="name"><b>{faqrow.FAQ_QUESTION}</b></span><br />
+ <td width="22%" align="left" valign="top" class="row1"><span class="name"><b>{faqrow.FAQ_QUESTION}</b></span><br />
<br />
<span class="postbody">{faqrow.FAQ_ANSWER}</span>
</td>