@@ 93-100 (lines=8) @@ | ||
90 | ?> |
|
91 | <div class="nextPosts"> |
|
92 | <?php |
|
93 | for($i = 0; $i<$loops; $i++) |
|
94 | { |
|
95 | if(isset($posts[$i])) |
|
96 | { |
|
97 | $lastPostId = $posts[$i]['post_id']; |
|
98 | jodelToHtml($posts[$i], $view); |
|
99 | } |
|
100 | } |
|
101 | ?> |
|
102 | </div> |
|
103 | <div class="lastPostId"> |
@@ 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 |