commit 9148016aba01032cf9821a95fd747e11789bec36
parent 1dbc0ab949f871bb13aa8289bb60080a587208b7
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 23 Nov 2014 12:48:31 +0100
pls ignore the undefined variable
Diffstat:
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>