diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2000-11-26 15:22:23 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2000-11-26 15:22:23 +0000 |
commit | 0d4e75269a8208d607a8d94f3b02e39695801c19 (patch) | |
tree | c7c34c0c1ed2ad3fc640911ba211c3f2e70c8773 | |
parent | 56f68498acec292ff9876bc76c10fb967b99686c (diff) | |
download | brdo-0d4e75269a8208d607a8d94f3b02e39695801c19.tar.gz brdo-0d4e75269a8208d607a8d94f3b02e39695801c19.tar.bz2 |
little bugger bug
-rw-r--r-- | themes/unconed/unconed.theme | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 77b4f869b..1be4a6c77 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -24,9 +24,6 @@ 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 @@ 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> <? } |