commit 739a5eb1b164a4b9c5e979fd6f0af0f244f87ff6
parent 2672372c849d8f9216473a79a92b9b028ba40147
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 23 Nov 2014 11:29:41 +0100
move debug code
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php
@@ -77,9 +77,9 @@
<div class="container">
<h1>
<?php
- echo $post_id[$x];
$x = 1;
while ($x < $post_id_clean){
+ echo $post_id[$x];
echo "<a href='index.php?id=".$post_id[$x]."' rel='bookmark'> $post_title </a>";
$x = $x + 1;
}