rpicms

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

commit a2aa3d19a90269b1be198979053bcf2804e5123d
parent 1436d85b29d9481cb3480c4a2643ccb447fa9d83
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 13:19:47 +0100

move else

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

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