1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-28 22:17:31 +01:00
Files
php-phpbb/phpBB/templates/subSilver/faq_body.tpl
Paul S. Owen 0ce19c6f73 Various updates, Tom
git-svn-id: file:///svn/phpbb/trunk@1228 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-16 16:24:52 +00:00

16 lines
536 B
Smarty
Executable File

<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
<th class="thHead">{L_FAQ}</th>
</tr>
<!-- BEGIN faqrow -->
<tr>
<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>
</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>