summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2001-06-24 11:48:28 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2001-06-24 11:48:28 +0000
commit4ace70a120c79924833a1653df1e56b06dbb7226 (patch)
treea1302be5b513b982581f3b7d1531eaf7e6ae1e52 /themes
parent4477efef71d8ac0109fbd4e0190b9b092a1cde7b (diff)
downloadbrdo-4ace70a120c79924833a1653df1e56b06dbb7226.tar.gz
brdo-4ace70a120c79924833a1653df1e56b06dbb7226.tar.bz2
Updated my themes: added [ and ] around node-links.
Diffstat (limited to 'themes')
-rw-r--r--themes/goofy/goofy.theme2
-rw-r--r--themes/unconed/unconed.theme2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme
index c704b2f35..9cb913975 100644
--- a/themes/goofy/goofy.theme
+++ b/themes/goofy/goofy.theme
@@ -104,7 +104,7 @@ function c(subject,mod,author,date,body) {document.writeln("<table border=\"0\"
$title = check_output($node->title);
$subleft = strtr(t("Submitted by %a on %b"), array("%a" => format_username($node->userid), "%b" => format_date($node->timestamp, "large")));
$subright = node_index($node);
- $body = check_output($node->body, 1) . (node_links($links, $node, $main) ? "<hr color=\"#404040\" size=\"1\"><div align=\"right\">" . $this->links($links, $main) . "</div>" : "");
+ $body = check_output($node->body, 1) . (node_links($links, $node, $main) ? "<hr color=\"#404040\" size=\"1\"><div align=\"right\">[ " . $this->links($links, $main) . " ]</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";
} // close node function
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme
index 55da09982..a51f6222f 100644
--- a/themes/unconed/unconed.theme
+++ b/themes/unconed/unconed.theme
@@ -102,7 +102,7 @@
</TR>
<?php
if (node_links($links, $node, $main))
- echo "<TR BGCOLOR=\"". $this->bgcolor3 ."\"><TD BGCOLOR=\"". $this->bgcolor3 ."\" ALIGN=\"right\" COLSPAN=\"2\">". $this->links($links, $main) ."</TD></TR>";
+ echo "<TR BGCOLOR=\"". $this->bgcolor3 ."\"><TD BGCOLOR=\"". $this->bgcolor3 ."\" ALIGN=\"right\" COLSPAN=\"2\">[ ". $this->links($links, $main) ." ]</TD></TR>";
?>
</TABLE></TD></TR></TABLE><BR>
<?php