commit 21e7ed09a60b25b4beeef15d2f7901b9af900aea parent cfe6e5c96b64e80a8d62e7945be6fa27bba88a72 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 1 Mar 2015 13:02:23 +0100 I thaught about it Diffstat:
| M | themes/jumbotron/admin.php | | | 13 | +++---------- |
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -230,18 +230,11 @@ foreach($langs as $prio => $lang) { include($root . '/core/config/connect.db.inc.php'); echo "<tr>"; echo "<td>$id</td>"; - echo "<td>Jackson</td>"; - echo "<td>94</td>"; + echo "<td>$post_title</td>"; + echo "<td></td>"; echo "</tr>"; $x = $x+1; - if($x > 2){ - $id = $id+1; - echo $x; - }else{ - $id = $id+2; - echo "test"; - echo $x; - } + $id = $id+1; next_id_only(); } ?>