rpicms

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

commit aa5662c58702ba0d1d93169ff39ef6503ed27e79
parent f95e6908b931b811076e87d2a6fea9e30b137962
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 12:26:02 +0100

fixed missing "empty" in index.php of jumbotron

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 @@ -137,7 +137,7 @@ <div class="container"> <?php $x = 1; - if ($empty){ + if ($empty_id){ $id = 1; include('../../core/backend/blog/posts.php'); while ($x < $post_id_clean+1){