Two ads, earlier and more articles
authorJoey Schulze <joey@infodrom.org>
Sat, 3 Jan 2009 12:33:30 +0000 (12:33 +0000)
committerJoey Schulze <joey@infodrom.org>
Sat, 3 Jan 2009 12:33:30 +0000 (12:33 +0000)
src/logbook/index.wml

index c5224b6..652e747 100644 (file)
@@ -183,7 +183,7 @@ google_ad_height = 90;
                        addslashes ($_SERVER[QUERY_STRING]));
     } else {
       $query = "SELECT * FROM <logbook> WHERE public = 1 " .
-              "ORDER BY created DESC LIMIT 5";
+              "ORDER BY created DESC LIMIT 8";
     }
 
     $sth = pg_exec ($dbh, $query) or die("Datenbank-Abfrage!");
@@ -211,7 +211,7 @@ google_ad_height = 90;
       printf ("%s | %s | <a href=\"%s\">permanent link</a>", $date, $row['category'], $url);
       echo   ("</div></div>");
       echo   ("</div></div>");
-      if ($nr == 1)
+      if ($nr == 0 || $nr == 4 || $nr == 7)
        echo $adv_index;
       if (strlen ($_SERVER[QUERY_STRING]) > 0)
        echo $kontaktlink;