rpicms

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

commit 77e1269210fbede156c1cfc9a0d78f8b05431710
parent 1167435fd70b548996424d1f96c8d5bac490b745
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 15:56:38 +0100

delete an if

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

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -85,16 +85,12 @@ <?php $x = 1; if ($empty){ - if (!$error = "1"){ while ($x < $post_id_clean){ $read = "1"; $id = 1; echo "<a href='index.php?id=$x' rel='bookmark'> $post_title </a>"; $x = $x+1; } - }else{ - echo "<a href='index.php?id=$id' rel='bookmark'> $post_title </a>"; - } }else{ echo "<a href='index.php?id=$id' rel='bookmark'> $post_title </a>"; }