summaryrefslogtreecommitdiff
path: root/themes/goofy/goofy.theme
diff options
context:
space:
mode:
Diffstat (limited to 'themes/goofy/goofy.theme')
-rw-r--r--themes/goofy/goofy.theme6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme
index 8277b38f6..4f32b5496 100644
--- a/themes/goofy/goofy.theme
+++ b/themes/goofy/goofy.theme
@@ -65,7 +65,7 @@ function c(subject,mod,author,date,body) {document.writeln("<table border=\"0\"
<body>
<table border="0" cellspacing="3" cellpadding="0" width="100%">
<tr>
- <td colspan="2" width="100%"><img src="themes/goofy/images/logo.png" alt=""><br>
+ <td colspan="2" width="100%"><table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td align="left"><img src="themes/goofy/images/logo.png" alt=""></td><td align="right"><img src="themes/goofy/images/drupal.png" alt="Powered by Drupal"></td></tr></table>
<?php $this->linksbar(); ?>
</td>
</tr>
@@ -102,7 +102,7 @@ function c(subject,mod,author,date,body) {document.writeln("<table border=\"0\"
function node($node, $main = 0) {
echo "\n<!-- node: \"$node->title\" -->\n";
$title = check_output($node->title);
- $subleft = strtr(t("Submitted by %a on %b"), array("%a" => format_name($node->name), "%b" => format_date($node->timestamp, "large")));
+ $subleft = strtr(t("Submitted by %a on %b"), array("%a" => format_name($node), "%b" => format_date($node->timestamp, "large")));
$subright = node_index($node);
$body = check_output($node->body, 1) . ($main ? "<hr color=\"#404040\" size=\"1\"><div align=\"right\">[ " . $this->links(link_node($node)) . " ]</div>" : "");
print "<script language=\"JavaScript\"><!--\ns(\"". $this->stripbreaks(addslashes($title)) ."\",\"". $this->stripbreaks(addslashes($subleft)) ."\",\"". $this->stripbreaks(addslashes($subright)) ."\",\"". $this->stripbreaks(addslashes($body)) ."\"); // -->\n</script>\n";
@@ -112,7 +112,7 @@ function c(subject,mod,author,date,body) {document.writeln("<table border=\"0\"
function comment($comment, $link = "") {
echo "<A NAME=\"$comment->cid\"></A>\n";
- $author = "<b>" . format_name($comment->name) . "</b>";
+ $author = "<b>" . format_name($comment) . "</b>";
if ($comment->name) {
if ($comment->fake_email) $info[] = format_email($comment->fake_email);
if (eregi("http://",$comment->url)) $info[] = format_url($comment->url);