commit 3436cb75960c79230b8f32cb44c3591d0394909a parent ee13a27398ced18b62b2b25351867c5937eaa698 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 23 Nov 2014 16:00:32 +0100 another fix in the loop Diffstat:
| M | themes/jumbotron/index.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -87,7 +87,7 @@ if ($empty){ while ($x < $post_id_clean){ $read = "1"; - $id = 1; + $id = $x; echo "<a href='index.php?id=$x' rel='bookmark'> $post_title </a>"; $x = $x+1; }