rpicms

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

commit 145c984559ccb78accd41f17fee2b1219b0c411d
parent 0899fd0a43987ef06c04b4565628d606b3492c72
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 15:05:44 +0100

there was something more wrong :/

Diffstat:
Mthemes/jumbotron/index.php | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -84,8 +84,7 @@ <?php $x = 1; if ($empty){ - if ($post_title != "Database Error!"){ - while (!$empty){ + while ($x < 10){ $read = "1"; $id = $x; echo "<a href='index.php?id=$x' rel='bookmark'> $post_title </a>";