Path fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@85 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9bc4673599
commit
9b84842984
@ -313,7 +313,7 @@ textarea, input, select {
|
||||
<td align="center" valign="middle">
|
||||
|
||||
<div id="login">
|
||||
<p><a href="<?=$siteurl?>">Back to blog?</a><br />
|
||||
<p><a href="<?php echo $siteurl?>">Back to blog?</a><br />
|
||||
<?php if ($users_can_register) { ?>
|
||||
<a href="<?php echo $siteurl; ?>/b2register.php">Register?</a><br />
|
||||
<?php } ?>
|
||||
@ -323,7 +323,7 @@ textarea, input, select {
|
||||
if ($error) echo "<div align=\"right\" style=\"padding:4px;\"><font color=\"#FF0000\">$error</font><br /> </div>";
|
||||
?>
|
||||
|
||||
<form name="" action="../b2login.php" method="post">
|
||||
<form name="" action="<?php echo $path; ?>/b2login.php" method="post">
|
||||
<?php if ($mode=="bookmarklet") { ?>
|
||||
<input type="hidden" name="mode" value="<?php echo $mode ?>" />
|
||||
<input type="hidden" name="text" value="<?php echo $text ?>" />
|
||||
|
Loading…
Reference in New Issue
Block a user