commit d1f69cd643220294f15af2d4977f208178715eb2
parent 694dc4ef462963a3871b4ad5d2f52277bb6ed344
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 28 Feb 2015 22:36:23 +0100
now?
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php
@@ -224,11 +224,12 @@ foreach($langs as $prio => $lang) {
</tr>
<?php
include($root . '/core/backend/blog/posts.php');
+ $id = 1;
while ($x < $post_id_clean+1){
include($root . '/core/config/connect.db.inc.php');
next_id_only();
echo "<tr>";
- echo "<td>$post_id</td>";
+ echo "<td>$id</td>";
echo "<td>Jackson</td>";
echo "<td>94</td>";
echo "</tr>";