rpicms

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

commit b8404e16fe49f8cf7bf9100c5808606649d935dc
parent ee83a93dff48eadc460b756296b0ba81a2990f80
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 12:12:55 +0100

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