commit 55684ae5d09d4a37ea7b2d517a98c4e65d9f98b6
parent 54a6d9418b7a68d009bdaf32d9108171c06a8ced
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 28 Feb 2015 22:02:23 +0100
fix table
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php
@@ -222,20 +222,20 @@ foreach($langs as $prio => $lang) {
<th>Title</th>
<th>Short Description</th>
</tr>
- <tr>
<?php
include($root . '/core/backend/blog/posts.php');
while ($x < $post_id_clean+1){
include($root . '/core/config/connect.db.inc.php');
+ echo "<tr>";
echo "<td>$id</td>";
echo "<td>Jackson</td>";
echo "<td>94</td>";
+ echo "</tr>";
$x = $x+1;
$id = $id+1;
next_id_only();
}
?>
- </tr>
</table>
</div>