commit 54a6d9418b7a68d009bdaf32d9108171c06a8ced parent 1ebdbdad2ee7fa184dc61257f8c2df61fa69b1a5 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 28 Feb 2015 21:59:15 +0100 now Diffstat:
| M | themes/jumbotron/admin.php | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -225,11 +225,14 @@ foreach($langs as $prio => $lang) { <tr> <?php include($root . '/core/backend/blog/posts.php'); - include($root . '/core/config/connect.db.inc.php'); - foreach ($post_id_clean as $id){ + while ($x < $post_id_clean+1){ + include($root . '/core/config/connect.db.inc.php'); echo "<td>$id</td>"; echo "<td>Jackson</td>"; echo "<td>94</td>"; + $x = $x+1; + $id = $id+1; + next_id_only(); } ?> </tr>