rpicms

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

commit c14b76199bdd040f75bff759e6732486761d3fcb
parent 9d4c9a0ca4feea877e7201793e6efc09cfdc7a39
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 28 Feb 2015 22:40:27 +0100

now it is :D

Diffstat:
Mthemes/jumbotron/admin.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -223,8 +223,8 @@ foreach($langs as $prio => $lang) { <th>Short Description</th> </tr> <?php - $id = 1; - #$x = 1; + #$id = 1; + $x = 1; include($root . '/core/backend/blog/posts.php'); while ($x < $post_id_clean+1){ include($root . '/core/config/connect.db.inc.php');