@@ 420-425 (lines=6) @@ | ||
417 | } |
|
418 | ||
419 | if ($num > 0) { |
|
420 | if ($pages > 1) { |
|
421 | $output .= sprintf('<p><strong>%s %s %s</strong></p>', |
|
422 | $this->translation['msgPage'].$page, |
|
423 | $this->translation['msgVoteFrom'], |
|
424 | $pages.$this->translation['msgPages']); |
|
425 | } |
|
426 | $output .= '<ul class="phpmyfaq_ul">'; |
|
427 | ||
428 | $counter = 0; |
|
@@ 606-611 (lines=6) @@ | ||
603 | } |
|
604 | ||
605 | if ($num > 0) { |
|
606 | if ($pages > 1) { |
|
607 | $output .= sprintf('<p><strong>%s %s %s</strong></p>', |
|
608 | $this->translation['msgPage'].$page, |
|
609 | $this->translation['msgVoteFrom'], |
|
610 | $pages.$this->translation['msgPages']); |
|
611 | } |
|
612 | $output .= '<ul class="phpmyfaq_ul">'; |
|
613 | $counter = 0; |
|
614 | $displayedCounter = 0; |