diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 77b4f869bcaadd57447fcad420d16a63c6816ab5..1be4a6c77affacfbe99414ce25b4d8a00f4d554a 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -24,9 +24,6 @@ class Theme { var $fgcolor3 = "#000000"; var $hlcolor3 = "yellow"; - var $posted = array("Posted by: ","Added by: ","Typed by: ","Dropped by: "); - - ###### # Syntax.......: header($title); # Description..: a function to draw the page header. @@ -206,7 +203,7 @@ function commentControl($sid, $title, $threshold, $mode, $order) { if ($number>0) { ?> - <BR><SMALL>There are at least <? echo format_plural($number, "comment", "comments"); ?> comments below your threshold.</SMALL> + <BR><SMALL>There are at least <? echo format_plural($number, "comment", "comments"); ?> below your threshold.</SMALL> <? }