1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 13:44:12 +02:00
git-svn-id: file:///svn/phpbb/trunk@7316 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Dominik Dröscher
2007-04-09 19:37:13 +00:00
parent 0a001ce48f
commit 6510afe6de
2 changed files with 4 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
<div class="spacer"></div>
<div class="clear"></div>
<!-- BEGIN faq_block -->
<div class="panel <!-- IF faq_block.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
@@ -34,7 +34,7 @@
<div class="content">
<h2>{faq_block.BLOCK_TITLE}</h2>
<!-- BEGIN faq_row -->
<!-- BEGIN faq_row -->
<dl class="faq">
<dt id="f{faq_block.S_ROW_COUNT}{faq_block.faq_row.S_ROW_COUNT}"><strong>{faq_block.faq_row.FAQ_QUESTION}</strong></dt>
<dd>{faq_block.faq_row.FAQ_ANSWER}</dd>