rpicms

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

commit f9761f2d2777d0f77df0b1eec1cadca6236a575b
parent aa5662c58702ba0d1d93169ff39ef6503ed27e79
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 12:30:05 +0100

some tests for maybye bring workin categorys

Diffstat:
Mthemes/jumbotron/index.php | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -20,7 +20,7 @@ $id = $_GET["id"]; } if (!$empty_category){ - $id = $_GET["category"]; + $category = $_GET["category"]; } include('../../core/config/variables.config.php'); @@ -167,6 +167,9 @@ next_id_only(); } }else{ + if ($category){ + echo "test"; + }else{ include('../../core/backend/blog/posts.php'); echo " <h1> @@ -185,6 +188,7 @@ </p> </div> "; + } } ?> </div>