| @@ 343-352 (lines=10) @@ | ||
| 340 | } |
|
| 341 | ||
| 342 | ||
| 343 | for($i = 0; $i<$loops; $i++) |
|
| 344 | { |
|
| 345 | ||
| 346 | if(isset($posts[$i])) |
|
| 347 | { |
|
| 348 | $lastPostId = $posts[$i]['post_id']; |
|
| 349 | ||
| 350 | jodelToHtml($posts[$i], $view, $isDetailedView); |
|
| 351 | } |
|
| 352 | } ?> |
|
| 353 | ||
| 354 | </content> |
|
| 355 | ||
| @@ 92-99 (lines=8) @@ | ||
| 89 | ?> |
|
| 90 | <div class="nextPosts"> |
|
| 91 | <?php |
|
| 92 | for($i = 0; $i<$loops; $i++) |
|
| 93 | { |
|
| 94 | if(isset($posts[$i])) |
|
| 95 | { |
|
| 96 | $lastPostId = $posts[$i]['post_id']; |
|
| 97 | jodelToHtml($posts[$i], $view); |
|
| 98 | } |
|
| 99 | } |
|
| 100 | ?> |
|
| 101 | </div> |
|
| 102 | <div class="lastPostId"> |
|