From 92326261d16d7a4d02f97d70f9bf3e0290af7d2e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 15 Sep 2002 13:00:12 +0000 Subject: - Commited Marco's new comment module and forum module!!! --- includes/theme.inc | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index 146561014..108347da7 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -62,24 +62,6 @@ class BaseTheme { print $output; } - - function comment_controls($threshold = 1, $mode = 3, $order = 1) { - return form_item(t("Comment viewing options"), comment_mode($mode) . comment_order($order) . comment_threshold($threshold) ." ", t("Select your prefered way to display the comments and click 'Update settings' to active your changes.")); - } - - function comment($comment, $link = 0) { - $output = "cid\">"; - $output .= "
"; - $output .= ""; - $output .= " "; - $output .= " "; - $output .= " "; - $output .= " "; - $output .= "
". check_output($comment->subject) ."
". comment_moderation($comment) ."
". t("by %a on %b", array("%a" => format_name($comment), "%b" => format_date($comment->timestamp))) ."
". check_output($comment->comment, 1) ."
$link
"; - $output .= "

"; - print $output; - } - function box($subject, $content, $region = "main") { $output = "". check_output($subject) ."
". check_output($content) ."

"; print $output; -- cgit v1.2.3