commit 11b28f653fc43901f93cc43ccb796aae8e68d11c parent e549c42730f69747d0728f9a831ade48c7f703a8 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 23 Nov 2014 11:07:18 +0100 fixed echo bug in jumbotron 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 @@ -79,7 +79,7 @@ <?php $x = 0; while ($x < $post_id){ - echo "<a href='index.php?".var_dump(id=$post_id[$x])."' rel='bookmark'> $post_title </a>"; + echo "<a href='index.php?id=".var_dump($post_id[$x])."' rel='bookmark'> $post_title </a>"; $x = $x + 1; } ?>