From 2d1e9126cb10f52e7711ce121f8bdaa5bdc71aa4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 16 Sep 2001 11:33:14 +0000 Subject: - Added the new user module! --- themes/example/example.theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/example/example.theme') diff --git a/themes/example/example.theme b/themes/example/example.theme index 8c2b4e9db..9c918e4c3 100644 --- a/themes/example/example.theme +++ b/themes/example/example.theme @@ -63,7 +63,7 @@ format_name($node->name), "%b" => format_date($node->timestamp, "small"))); + echo strtr(t("by %a on %b"), array("%a" => format_name($node), "%b" => format_date($node->timestamp, "small"))); ?> @@ -120,7 +120,7 @@ echo t("Author") .":"; echo " "; echo " "; - echo format_name($comment->name) ." on ". format_date($comment->timestamp); + echo format_name($comment) ." on ". format_date($comment->timestamp); echo " "; echo " "; -- cgit v1.2.3