rpicms

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

commit f97eb392231a48d573f27b394294340346920b85
parent 9edfe0886a08491b68c18626b139d8c0c1f42a32
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 16:16:47 +0100

move including of posts.php

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 @@ -11,7 +11,6 @@ if (!$empty){ $id = $_GET["id"]; } - include('../../core/backend/blog/posts.php'); include('../../core/config/variables.config.php'); $read = "0"; ?> @@ -86,6 +85,7 @@ $x = 1; if ($empty){ $read = "1"; + include('../../core/backend/blog/posts.php'); while ($x < $post_id_clean){ $id = $x; echo "<a href='index.php?id=$x' rel='bookmark'> $post_title </a>";