From 9c0fd0149c38ec84a596f7b06205edff1e1e695d Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Mon, 6 Oct 2003 10:03:14 +0000 Subject: - Fixed calling links() error if a node doesn't have any terms defined. --- themes/marvin/marvin.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 6f80c1b62..2edf9c7a6 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -64,7 +64,7 @@ print "\n"; print " \n"; print " \n"; - print " \n"; + print " \n"; print " \n"; if ($main && $node->teaser) { -- cgit v1.2.3
path/images/drop.gif\" alt=\"\" title=\"\" />   $node->title
path/images/pixel.gif\" width=\"1\" height=\"1\" alt=\"\" title=\"\" />
". t("Submitted by %a on %b", array("%a" => format_name($node), "%b" => format_date($node->created, "large"))); ?>
". $this->links($terms) ."
". t("Submitted by %a on %b", array("%a" => format_name($node), "%b" => format_date($node->created, "large"))); ?>
". ($terms ? $this->links($terms) : "") ."