rpicms

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

commit d1f69cd643220294f15af2d4977f208178715eb2
parent 694dc4ef462963a3871b4ad5d2f52277bb6ed344
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 28 Feb 2015 22:36:23 +0100

now?

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

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -224,11 +224,12 @@ foreach($langs as $prio => $lang) { </tr> <?php include($root . '/core/backend/blog/posts.php'); + $id = 1; while ($x < $post_id_clean+1){ include($root . '/core/config/connect.db.inc.php'); next_id_only(); echo "<tr>"; - echo "<td>$post_id</td>"; + echo "<td>$id</td>"; echo "<td>Jackson</td>"; echo "<td>94</td>"; echo "</tr>";