aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-10-05 08:29:32 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-10-05 08:29:32 +0000
commit5692f347e501deb53e03b474adb10c919e5e7966 (patch)
treecf98dd4ad7e139b47dc48efe826fc4f220e7a3b1 /phpBB/templates
parentcd9dc47570b3407567beaea60916807358503398 (diff)
downloadforums-5692f347e501deb53e03b474adb10c919e5e7966.tar
forums-5692f347e501deb53e03b474adb10c919e5e7966.tar.gz
forums-5692f347e501deb53e03b474adb10c919e5e7966.tar.bz2
forums-5692f347e501deb53e03b474adb10c919e5e7966.tar.xz
forums-5692f347e501deb53e03b474adb10c919e5e7966.zip
FAQ system..I"m not entirly happy with it but at this stage its too late to spend alot of time on something as small as this
git-svn-id: file:///svn/phpbb/trunk@1127 89ea8834-ac86-4346-8a33-228a782c2dd0
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