rpicms

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

commit 3cb5a7c0b05cdfec1bce36f6458a251d83b2a12f
parent c1a47c7bb6ed25eafe13d507d8f15c5c8bbb7546
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 16:44:04 +0100

fixed it

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 @@ -87,7 +87,7 @@ $id = 1; include('../../core/backend/blog/posts.php'); echo $post_id_clean; - while ($x < $post_id_clean){ + while ($x < $post_id_clean+1){ echo "LOOP!!!!!!"; $read = "1"; echo "<a href='index.php?id=$id' rel='bookmark'> $post_title </a>";