| @@ 330-339 (lines=10) @@ | ||
| 327 | } |
|
| 328 | ||
| 329 | ||
| 330 | for($i = 0; $i<$loops; $i++) |
|
| 331 | { |
|
| 332 | ||
| 333 | if(isset($posts[$i])) |
|
| 334 | { |
|
| 335 | $lastPostId = $posts[$i]['post_id']; |
|
| 336 | ||
| 337 | jodelToHtml($posts[$i], $view, $isDetailedView); |
|
| 338 | } |
|
| 339 | } ?> |
|
| 340 | ||
| 341 | </content> |
|
| 342 | ||
| @@ 84-91 (lines=8) @@ | ||
| 81 | ?> |
|
| 82 | <div class="nextPosts"> |
|
| 83 | <?php |
|
| 84 | for($i = 0; $i<$loops; $i++) |
|
| 85 | { |
|
| 86 | if(isset($posts[$i])) |
|
| 87 | { |
|
| 88 | $lastPostId = $posts[$i]['post_id']; |
|
| 89 | jodelToHtml($posts[$i], $view); |
|
| 90 | } |
|
| 91 | } |
|
| 92 | ?> |
|
| 93 | </div> |
|
| 94 | <div class="lastPostId"> |
|