rpicms

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

commit 739a5eb1b164a4b9c5e979fd6f0af0f244f87ff6
parent 2672372c849d8f9216473a79a92b9b028ba40147
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 11:29:41 +0100

move debug code

Diffstat:
Mthemes/jumbotron/index.php | 2+-
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; }