commit e549c42730f69747d0728f9a831ade48c7f703a8 parent 009968d128c6414139a39d56ac13fb9a3e299710 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 23 Nov 2014 11:06:03 +0100 add missing code Diffstat:
| M | themes/jumbotron/index.php | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -77,7 +77,11 @@ <div class="container"> <h1> <?php - echo "<a href='index.php?id=$post_id' rel='bookmark'> $post_title </a>"; + $x = 0; + while ($x < $post_id){ + echo "<a href='index.php?".var_dump(id=$post_id[$x])."' rel='bookmark'> $post_title </a>"; + $x = $x + 1; + } ?> </h1> <div>