rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit d34e557c377907c8fed295c7ac644b77c4efc778
parent 739a5eb1b164a4b9c5e979fd6f0af0f244f87ff6
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 11:31:30 +0100

more debugging

Diffstat:
Mthemes/jumbotron/index.php | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -77,10 +77,10 @@ <div class="container"> <h1> <?php - $x = 1; + $x = 0; while ($x < $post_id_clean){ - echo $post_id[$x]; - echo "<a href='index.php?id=".$post_id[$x]."' rel='bookmark'> $post_title </a>"; + echo "$post_id[$x]"; + #echo "<a href='index.php?id=".$post_id[$x]."' rel='bookmark'> $post_title </a>"; $x = $x + 1; } ?>