rpicms

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

commit 5f3a42e873f632709be43e7f31f66e3b3b5e2163
parent 96e6ce4426df8cf6fad29e7d25b4174c89a8f899
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 16:40:02 +0100

debug if the loop used -.-

Diffstat:
Mthemes/jumbotron/index.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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