@@ 396-401 (lines=6) @@ | ||
393 | } |
|
394 | ||
395 | if ($num > 0) { |
|
396 | if ($pages > 1) { |
|
397 | $output .= sprintf('<p><strong>%s %s %s</strong></p>', |
|
398 | $this->pmf_lang['msgPage'].$page, |
|
399 | $this->pmf_lang['msgVoteFrom'], |
|
400 | $pages.$this->pmf_lang['msgPages']); |
|
401 | } |
|
402 | $output .= '<ul class="phpmyfaq_ul">'; |
|
403 | ||
404 | $counter = 0; |
|
@@ 582-587 (lines=6) @@ | ||
579 | } |
|
580 | ||
581 | if ($num > 0) { |
|
582 | if ($pages > 1) { |
|
583 | $output .= sprintf('<p><strong>%s %s %s</strong></p>', |
|
584 | $this->pmf_lang['msgPage'].$page, |
|
585 | $this->pmf_lang['msgVoteFrom'], |
|
586 | $pages.$this->pmf_lang['msgPages']); |
|
587 | } |
|
588 | $output .= '<ul class="phpmyfaq_ul">'; |
|
589 | $counter = 0; |
|
590 | $displayedCounter = 0; |