rpicms

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

commit 609bf2afd7a22906266b79d9e8b2b8267d8fc76c
parent 62cc32be063fe6a1cc560cc6a35b6d8dc0549790
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 17:30:38 +0100

try to fix it one more time

Diffstat:
Mthemes/jumbotron/index.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -86,6 +86,7 @@ $id = 1; include('../../core/backend/blog/posts.php'); while ($x < $post_id_clean+1){ + include('../../core/config/connect.db.inc.php'); echo "<a href='index.php?id=$id' rel='bookmark'> $post_title </a>"; $x = $x+1; $id = $id+1;