summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/example/example.theme4
-rw-r--r--themes/goofy/goofy.theme4
-rw-r--r--themes/jeroen/jeroen.theme4
-rw-r--r--themes/marvin/marvin.theme9
-rw-r--r--themes/unconed/unconed.theme4
5 files changed, 0 insertions, 25 deletions
diff --git a/themes/example/example.theme b/themes/example/example.theme
index 40f0fb9df..e6ee46cf0 100644
--- a/themes/example/example.theme
+++ b/themes/example/example.theme
@@ -110,10 +110,6 @@
} // close story function
- function controls() {
- echo comment_controls();
- }
-
function comment($comment, $link = "") {
echo "<A NAME=\"$comment->cid\"></A>\n";
diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme
index 471c5b556..e145362b7 100644
--- a/themes/goofy/goofy.theme
+++ b/themes/goofy/goofy.theme
@@ -147,10 +147,6 @@
<?php
} // close story function
- function controls() {
- $this->box("Comment Control","<div align=\"center\">".comment_controls()."</div>");
- }
-
function comment($comment, $link = "") {
echo "<A NAME=\"$comment->cid\"></A>\n";
?>
diff --git a/themes/jeroen/jeroen.theme b/themes/jeroen/jeroen.theme
index b3f2f2c20..ae54f04b3 100644
--- a/themes/jeroen/jeroen.theme
+++ b/themes/jeroen/jeroen.theme
@@ -171,10 +171,6 @@
} // close story function
- function controls() {
- echo comment_controls();
- }
-
function comment($comment, $link = "") {
echo "<A NAME=\"$comment->cid\"></A>\n";
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme
index 224d4816a..1bd4d7cf9 100644
--- a/themes/marvin/marvin.theme
+++ b/themes/marvin/marvin.theme
@@ -69,15 +69,6 @@
print "<BR><BR>\n\n";
}
- function controls() {
- print "<TABLE BORDER=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\n";
- print " <TR><TD BGCOLOR=\"#000000\"><IMG SRC=\"themes/marvin/images/pixel.gif\" WIDTH=\"100%\" HEIGHT=\"0\" ALT=\"\"></TD></TR>\n";
- print " <TR><TD>&nbsp;</TD></TR>\n";
- print " <TR><TD>". comment_controls() ."</TD></TR>\n";
- print " <TR><TD BGCOLOR=\"#000000\"><IMG SRC=\"themes/marvin/images/pixel.gif\" WIDTH=\"100%\" HEIGHT=\"0\" ALT=\"\"></TD></TR>\n";
- print "</TABLE>";
- }
-
function comment($comment, $link = "") {
print "<A NAME=\"$comment->cid\">\n";
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme
index 29286d4d6..a0c32fec4 100644
--- a/themes/unconed/unconed.theme
+++ b/themes/unconed/unconed.theme
@@ -118,10 +118,6 @@
<?php
}
- function controls() {
- $this->box("Comment controls","<p align=\"center\">".comment_controls()."</p>");
- }
-
function comment($comment, $link) {
print "<A NAME=\"$comment->cid\"></A>\n";