From f96497e214a47a1cd7bea9f0792538abf7de93ec Mon Sep 17 00:00:00 2001 From: Jeroen Bensch Date: Mon, 12 Mar 2001 17:12:36 +0000 Subject: Hey, Fixed jeroen.theme. 1. comment() function only gets 2 arguments. And as I made example.theme from jeroen.theme I don't see how thread got in there. 2. That must have sneaked in while I stripped down my theme to get to example.theme. 3. Fixed, it was already done in my top-right navigation box, but I must've forgotten it at the bottom. 4. OK, no more variable timestamp but straigt in the code. :) Jeroen. --- themes/jeroen/jeroen.theme | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/themes/jeroen/jeroen.theme b/themes/jeroen/jeroen.theme index da66feac4..bedb89a53 100644 --- a/themes/jeroen/jeroen.theme +++ b/themes/jeroen/jeroen.theme @@ -78,7 +78,6 @@ } // close header function function story($story, $reply = 0) { - $timestamp = format_date($story->timestamp); ?> @@ -113,7 +112,7 @@ case 12: $how = "Forged"; break; default: $how = "Sneaked through"; } - echo "". strtr(t("$how by %a on %b"), array("%a" => format_username($story->userid), "%b" => $timestamp, "large")) ." + echo "". strtr(t("$how by %a on %b"), array("%a" => format_username($story->userid), "%b" => format_date($story->timestamp), "large")) ." @@ -310,7 +309,7 @@   - [ Home | Faq | Search | Diary| Submit news | Account ] + [ Home | Faq | Search | Diary| Submit news | Account ]   -- cgit v1.2.3