rpicms

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

commit 1436d85b29d9481cb3480c4a2643ccb447fa9d83
parent f2699524d3c7a81e98e9af4073af309587754409
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 13:18:32 +0100

next try :/

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

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -88,6 +88,8 @@ $id = $x; echo "<a href='index.php?id=$x' rel='bookmark'> $post_title </a>"; $x = $x+1; + }else{ + echo "<a href='index.php?id=$x' rel='bookmark'> $post_title </a>"; } } }