rpicms

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

commit dfbddab4e82bdd2fe478e994e3149eb06dd66515
parent b352a5ef64ea800385b8b976c7c16c46de11d517
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 12:18:39 +0100

delete things that should not longer be there :D

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 @@ -79,7 +79,7 @@ <?php $x = 1; if (!$post_title == "bug?"){ - while (!empty($post_title); $post_title = "bug?"){ + while (!empty($post_title)){ echo "<a href='index.php?id=$x' rel='bookmark'> $post_title </a>"; $x = $x+1; }