rpicms

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

commit 727752d623f9f94f864f97ac1f8db412f95a23a4
parent ebd962719fdfb705e688c0037262b184554722f0
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 15:00:46 +0100

delete ) that was to much (index.php line 88)

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

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