commit 2672372c849d8f9216473a79a92b9b028ba40147 parent f0161fa036405516898e79d54e4604f2e36e081d Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 23 Nov 2014 11:28:36 +0100 and more debuging -.- Diffstat:
| M | themes/jumbotron/index.php | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -77,9 +77,10 @@ <div class="container"> <h1> <?php + echo $post_id[$x]; $x = 1; while ($x < $post_id_clean){ - echo "<a href='index.php?id=".var_dump($post_id[$x])."' rel='bookmark'> $post_title </a>"; + echo "<a href='index.php?id=".$post_id[$x]."' rel='bookmark'> $post_title </a>"; $x = $x + 1; } ?>