diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme
index 201a8c0a093c..0fa0e6919212 100644
--- a/themes/unconed/unconed.theme
+++ b/themes/unconed/unconed.theme
@@ -43,11 +43,11 @@
@@ -72,7 +72,7 @@
print "";
?>
-
+ |
}
@@ -203,7 +203,7 @@
$result = mysql_query("SELECT COUNT(tid) FROM comments WHERE sid = $sid AND score < $threshold");
if ($result && $number = mysql_result($result, 0)) {
- ?> fgcolor2"; ?>">There are at least echo $number; ?> comments below your threshold.
+ ?> fgcolor2"; ?>">There are at least echo $number; ?> comments below your threshold.
}
print " |
";
@@ -305,7 +305,7 @@
function footer() {
?>
-
+ |
global $PHP_SELF, $user;
|