rpicms

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

commit 9148016aba01032cf9821a95fd747e11789bec36
parent 1dbc0ab949f871bb13aa8289bb60080a587208b7
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 12:48:31 +0100

pls ignore the undefined variable

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

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -83,15 +83,11 @@ <?php $x = 1; if ($empty){ - if (!$post_title == "bug?"){ while (!empty($post_title)){ $id = $x; 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>"; - } } ?> </h1>