From 1f0565806b1809b4c0c0a157f7fbfb4ac611e16a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 15 Apr 2001 17:01:32 +0000 Subject: - improved submit.php: it now uses the new category code, incl content bindings. You can setup different "categories" which map on a content type. Example: review -> review.module article -> story.module column -> story.module announc. -> story.module addons -> file.module themes -> file.module - "generalised" story.module and book.module's output. - fixed bug in includes/timer.inc - fixed glitch in theme example.theme: it said "$how by" but the variable $how has never been declared. - added "drupal development settings" to display some timings - more work on the categories/topics -> does NOT work yet --- themes/example/example.theme | 4 ++-- themes/marvin/marvin.theme | 2 +- themes/yaroon/jeroen2.theme | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'themes') diff --git a/themes/example/example.theme b/themes/example/example.theme index a1984fb4f..dbdad530d 100644 --- a/themes/example/example.theme +++ b/themes/example/example.theme @@ -61,7 +61,7 @@ format_username($story->userid), "%b" => format_date($story->timestamp, "large"))); + echo strtr(t("by %a on %b"), array("%a" => format_username($story->userid), "%b" => format_date($story->timestamp, "small"))); ?> @@ -192,7 +192,7 @@

-

+

diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 4bab35078..00a415640 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -145,7 +145,7 @@ [ ". theme_link(" | ") ." ]

". varaible_get(theme_footer, "") ."

\n"; + print "

[ ". theme_link(" | ") ." ]

". variable_get(site_footer, "") ."

\n"; ?> diff --git a/themes/yaroon/jeroen2.theme b/themes/yaroon/jeroen2.theme index afa3eba4c..21086cb77 100644 --- a/themes/yaroon/jeroen2.theme +++ b/themes/yaroon/jeroen2.theme @@ -124,7 +124,7 @@ - + ". check_output($story->abstract, 1) ."
"; @@ -160,7 +160,7 @@  subject); ?> - format_username($comment->userid), "%b" => format_date($comment->timestamp), "small")); ?> + format_username($comment->userid), "%b" => format_date($comment->timestamp), "small")); ?> @@ -201,7 +201,7 @@ - + @@ -222,7 +222,7 @@ function footer() { ?> - +   -- cgit v1.2.3