rpicms

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

commit c9f7f6b67056143888c44de5b045c9789bb03da6
parent 56602c8baa510a58caa83d75a48ad2b295f44097
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 28 Feb 2015 22:13:38 +0100

zero not shown :/

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

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -228,6 +228,7 @@ foreach($langs as $prio => $lang) { include($root . '/core/config/connect.db.inc.php'); echo (string)"<tr>"; echo (string)"<td>$post_id</td>"; + print $post_id; echo (string)"<td>Jackson</td>"; echo (string)"<td>94</td>"; echo (string)"</tr>";