@@ 391-396 (lines=6) @@ | ||
388 | } |
|
389 | ||
390 | if ($num > 0) { |
|
391 | if ($pages > 1) { |
|
392 | $output .= sprintf('<p><strong>%s %s %s</strong></p>', |
|
393 | $this->pmf_lang['msgPage'] . $page, |
|
394 | $this->pmf_lang['msgVoteFrom'], |
|
395 | $pages . $this->pmf_lang['msgPages']); |
|
396 | } |
|
397 | $output .= '<ul class="phpmyfaq_ul">'; |
|
398 | ||
399 | $counter = 0; |
|
@@ 576-581 (lines=6) @@ | ||
573 | } |
|
574 | ||
575 | if ($num > 0) { |
|
576 | if ($pages > 1) { |
|
577 | $output .= sprintf('<p><strong>%s %s %s</strong></p>', |
|
578 | $this->pmf_lang['msgPage'] . $page, |
|
579 | $this->pmf_lang['msgVoteFrom'], |
|
580 | $pages . $this->pmf_lang['msgPages']); |
|
581 | } |
|
582 | $output .= '<ul class="phpmyfaq_ul">'; |
|
583 | $counter = 0; |
|
584 | $displayedCounter = 0; |