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:
16
phpBB/templates/subSilver/faq_body.tpl
Executable file
16
phpBB/templates/subSilver/faq_body.tpl
Executable 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>
|
Reference in New Issue
Block a user