1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

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
This commit is contained in:
James Atkinson
2001-10-05 08:29:32 +00:00
parent cd9dc47570
commit 5692f347e5
3 changed files with 74 additions and 0 deletions

View File

@@ -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>