rpicms

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

commit b19bd6c5d9214e43863f0a4620dc2e928912cff4
parent db4bbd451f07d6f48776b3ca231467a26b1252bc
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 28 Feb 2015 22:49:30 +0100

more debug

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

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -234,11 +234,13 @@ foreach($langs as $prio => $lang) { echo "<td>94</td>"; echo "</tr>"; $x = $x+1; - if($x > 1){ + if($x > 2){ $id = $id+1; + echo $x; }else{ $id = $id+2; echo "test"; + echo $x; } next_id_only(); }