@@ 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"> |
@@ 335-344 (lines=10) @@ | ||
332 | } |
|
333 | ||
334 | ||
335 | for($i = 0; $i<$loops; $i++) |
|
336 | { |
|
337 | ||
338 | if(isset($posts[$i])) |
|
339 | { |
|
340 | $lastPostId = $posts[$i]['post_id']; |
|
341 | ||
342 | jodelToHtml($posts[$i], $view, $isDetailedView); |
|
343 | } |
|
344 | } ?> |
|
345 | ||
346 | </content> |
|
347 |