rpicms

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

commit b15ebda71f647165566dd2a1dfc329726c6c93cb
parent 1774ea372309a49d8dc5a893265bf122c0648355
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 16:29:15 +0100

will it work??

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