Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
e156b0c4
Commit
e156b0c4
authored
Oct 21, 2000
by
Dries Buytaert
Browse files
- fixed a bug in unconed.theme
parent
02abb946
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/unconed/unconed.theme
View file @
e156b0c4
...
...
@@ -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 ]";
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment