rpicms

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

commit 641058d7119250c95360c28c4f95fdfe196585cb
parent 145c984559ccb78accd41f17fee2b1219b0c411d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 15:06:47 +0100

I failed :D

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

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -90,9 +90,6 @@ echo "<a href='index.php?id=$x' rel='bookmark'> $post_title </a>"; $x = $x+1; } - }else{ - echo "<a href='index.php?id=$x' rel='bookmark'> $post_title </a>"; - } }else{ echo "<a href='index.php?id=$id' rel='bookmark'> $post_title </a>"; }