mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-28 22:17:31 +01:00
16 lines
536 B
Smarty
Executable File
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> |