@@ 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"> |
@@ 321-330 (lines=10) @@ | ||
318 | } |
|
319 | ||
320 | ||
321 | for($i = 0; $i<$loops; $i++) |
|
322 | { |
|
323 | ||
324 | if(isset($posts[$i])) |
|
325 | { |
|
326 | $lastPostId = $posts[$i]['post_id']; |
|
327 | ||
328 | jodelToHtml($posts[$i], $view, $isDetailedView); |
|
329 | } |
|
330 | } ?> |
|
331 | ||
332 | </content> |
|
333 |