non security modules update
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<br />
|
||||
<?php $key = 0; ?>
|
||||
<?php while ($key < $limit): ?>
|
||||
<?php // Cycle through all the answers and "more" links. $key will represent the applicable position in the arrays. ?>
|
||||
<?php /* Cycle through all the answers and "more" links. $key will represent the applicable position in the arrays. */ ?>
|
||||
<div class="faq-question">
|
||||
<?php if (!empty($question_label)): ?>
|
||||
<strong class="faq-question-label">
|
||||
@@ -54,7 +54,6 @@
|
||||
<?php print $answers[$key]['body']; ?>
|
||||
<?php print $answers[$key]['links']; ?>
|
||||
</div> <!-- Close div: faq-answer -->
|
||||
<?php // Increment $key to move on to the next position. ?>
|
||||
<?php /* Increment $key to move on to the next position. */ ?>
|
||||
<?php $key++; ?>
|
||||
<?php
|
||||
endwhile;
|
||||
<?php endwhile; ?>
|
||||
|
Reference in New Issue
Block a user