commit 9d4c9a0ca4feea877e7201793e6efc09cfdc7a39
parent d1f69cd643220294f15af2d4977f208178715eb2
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 28 Feb 2015 22:38:46 +0100
its identical like the index :/
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php
@@ -223,11 +223,11 @@ foreach($langs as $prio => $lang) {
<th>Short Description</th>
</tr>
<?php
- include($root . '/core/backend/blog/posts.php');
$id = 1;
+ #$x = 1;
+ include($root . '/core/backend/blog/posts.php');
while ($x < $post_id_clean+1){
include($root . '/core/config/connect.db.inc.php');
- next_id_only();
echo "<tr>";
echo "<td>$id</td>";
echo "<td>Jackson</td>";
@@ -235,6 +235,7 @@ foreach($langs as $prio => $lang) {
echo "</tr>";
$x = $x+1;
$id = $id+1;
+ next_id_only();
}
?>
</table>