From 7afe387d9acb81daa9766b79cb26a7babbb99b28 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 24 Mar 2001 16:23:00 +0000 Subject: - changes to the font - removed all $story->update related logic - the update field is redundant --- themes/marvin/marvin.theme | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index b658083fe..a4614a090 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -13,8 +13,7 @@ @@ -27,7 +26,7 @@ ". t("home") ." | ". t("faq") ." | ". t("diary") ." | ". t("search") ." | ". t("submit news") ." | ". t("user account") ."\n"; + print "". t("home") ." | ". t("faq") ." | ". t("diary") ." | ". t("search") ." | ". t("submit") ." | ". t("wiki") ." | ". t("user account") ."\n"; ?> @@ -37,9 +36,9 @@ } function story($story, $reply = 0) { - print "\n\n"; + print "\n\n"; print "\n"; - print " \n"; + print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; -- cgit v1.2.3
\"\"   ". check_output($story->subject) ."
\"\"   ". check_output($story->title) ."
\"\"
\n"; @@ -50,8 +49,7 @@ print "
\n"; if ($story->abstract) print "

". check_output($story->abstract, 1) ."

\n"; - if ($story->updates) print "

". t("Editor's note") .": ". check_output($story->updates, 1) ."

\n"; - if ($reply) if ($story->article) print "

". check_output($story->article, 1) ."

\n"; + if ($reply) if ($story->body) print "

". check_output($story->body, 1) ."

\n"; print "