From 8043cb998f3325731bfab8d82251fa49639aec1d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 20 Apr 2002 11:52:50 +0000 Subject: - Applied Marco's big patch, including contributions from Moshe: + Changed the db_query() API. + Wrapped all links in l(), lm(), la(), ..., drupal_url() functions. + XHTML-ified some HTML. + Wrapped a lot of text in the administrative pages in a t() function. + Replaced all $REQUEST_URI/$PATH_INFOs by request_uri(). + Small bugfixes (eg. bug in book_export_html() and clean-ups (eg. RSS code). + Fixed some bugs in the taxonomy module (eg. tree making bug), added new functionality (eg. new APIs for use by other modules), included Moshe's taxonomy extensions, and some documentation udpates. + ... --- themes/marvin/marvin.theme | 2 +- themes/unconed/unconed.theme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 193c2179b..dc5cc10bc 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -87,7 +87,7 @@ print "\n"; print " \n"; print " \n"; - print " \n"; + print " \n"; print " \n"; if ($main && $node->teaser) { diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index c6cb5d9d6..a9171277b 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -101,7 +101,7 @@ bgcolor2\">" . strtr(t("Submitted by %a on %b"), array("%a" => format_name($node), "%b" => format_date($node->created, "large"))) . " -- cgit v1.2.3
\"\"   ". check_output($node->title) ."
\"\"
". strtr(t("Submitted by %a on %b"), array("%a" => format_name($node), "%b" => format_date($node->created, "large"))); ?>". node_index($node) ."
". t("Submitted by %a on %b", array("%a" => format_name($node), "%b" => format_date($node->created, "large"))); ?>". node_index($node) ."
 
title) .""; ?>
bgcolor2\" ALIGN=\"center\" NOWRAP>". node_index($node) .""; + print "bgcolor2\">" . t("Submitted by %a on %b", array("%a" => format_name($node), "%b" => format_date($node->created, "large"))) . "bgcolor2\" ALIGN=\"center\" NOWRAP>". node_index($node) .""; ?>