summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-25 14:04:57 +0100
committerAndrew Dolgov <[email protected]>2005-08-25 14:04:57 +0100
commitc3a8d71ad42e1cfc72db5bb0f43789935220e6db (patch)
tree3d9962a9c6d650a6e75f9efd21bcc0816ac74e11 /backend.php
parent9cfc649af5e3a397f530475a16a2ae51965e948b (diff)
more functional keyboard navigation, auto page flipping, updated README, auto post cleanup (PURGE_OLD_DAYS), schema updated
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/backend.php b/backend.php
index bc8524742..ac7e9b51a 100644
--- a/backend.php
+++ b/backend.php
@@ -317,10 +317,10 @@
// start unholy navbar block
print "<tr><td colspan=\"3\" class=\"headlineToolbar\">";
-
+
$next_skip = $skip + HEADLINES_PER_PAGE;
$prev_skip = $skip - HEADLINES_PER_PAGE;
-
+
print "Navigate: ";
if ($prev_skip >= 0) {
@@ -353,7 +353,6 @@
print "</td></tr>";
// end unholy navbar block
-
print "</table>";