rpicms

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

commit 4875c2b2c7bf592b8e0040adc24cd0dea116c5bc
parent c14b76199bdd040f75bff759e6732486761d3fcb
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 28 Feb 2015 22:42:32 +0100

the index only don't show it :D

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

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