aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates')
-rwxr-xr-xphpBB/templates/subSilver/faq_body.tpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/faq_body.tpl b/phpBB/templates/subSilver/faq_body.tpl
new file mode 100755
index 0000000000..cd68f3dce1
--- /dev/null
+++ b/phpBB/templates/subSilver/faq_body.tpl
@@ -0,0 +1,16 @@
+<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
+ <tr>
+ <th class="thRight">{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 />
+ <br />
+ <span class="postbody">{faqrow.FAQ_ANSWER}</span>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" height="1" class="spaceRow"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
+ </tr>
+ <!-- END faqrow -->
+</table> \ No newline at end of file