diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index ddf19ad62dd1613f30d2c31d923bed2ea5360cdb..d1abf900be65c001c5f508581a94ca450d211a2e 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -197,7 +197,7 @@ function commentControl($sid, $title, $threshold, $mode, $order) { <OPTION VALUE="1" <? if ($order==1) { echo "SELECTED"; } ?>>Newest first <OPTION VALUE="2" <? if ($order==2) { echo "SELECTED"; } ?>>Highest scoring first </SELECT> - <INPUT TYPE="hidden" NAME="sid" VALUE="<? echo "$sid"; ?>"> <INPUT TYPE="submit" VALUE="Refresh"> + <INPUT TYPE="hidden" NAME="sid" VALUE="<? echo "$sid"; ?>"> <INPUT TYPE="submit" VALUE="Save"> <? if (isset($user)) echo "<BR><CENTER><INPUT TYPE=\"checkbox\" NAME=\"save\"> Save preferences</CENTER>"; ?> @@ -256,7 +256,7 @@ function comment($poster, $subject, $comment, $timestamp, $url, $email, $score, echo " <TD ALIGN=\"right\" VALIGN=\"top\">Author:</TD><TD><B>" . format_username($poster) . "</B> "; if ($poster != $anonymous) { ### Display extra information line: - if ($email) $info .= format_email_address($email); + if ($email) $info .= format_email($email); if (eregi("http://",$url)) $info .= " | " . format_url($url); echo "<BR>[ $info ]"; }