commit f9ceec7f7fc5bf704ce4d3e061084c0bb8756bc4
parent c395a70c9349a484002e9377092600a4dd57720c
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 13 Dec 2014 12:35:33 +0100
fix wrong if in jumbotron
Diffstat:
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_id){
+ if ($empty_id && $empty_category){
$id = 1;
include('../../core/backend/blog/posts.php');
while ($x < $post_id_clean+1){