}
if (function_exists("taxonomy_node_form")) {
- $output = implode("", taxonomy_node_form("blog", $node));
+ $output .= implode("", taxonomy_node_form("blog", $node));
}
$output .= form_textarea(t("Body"), "body", $node->body, 60, 15, $error["body"] ? $error["body"] : t("Allowed HTML tags") .": ". htmlspecialchars(variable_get("allowed_html", "")));
}
if (function_exists("taxonomy_node_form")) {
- $output = implode("", taxonomy_node_form("blog", $node));
+ $output .= implode("", taxonomy_node_form("blog", $node));
}
$output .= form_textarea(t("Body"), "body", $node->body, 60, 15, $error["body"] ? $error["body"] : t("Allowed HTML tags") .": ". htmlspecialchars(variable_get("allowed_html", "")));