mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
Path fix.
git-svn-id: http://svn.automattic.com/wordpress/trunk@50 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9a496ec591
commit
ec3c699445
@ -23,7 +23,7 @@ while ($j != "") {
|
|||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<li><a href="<?php echo $siteurl."/".$blogfilename; ?>">View site</a></li>
|
<li><a href="<?php echo $pathserver."/".$blogfilename; ?>">View site</a></li>
|
||||||
<li id="last"><a href="<?php echo $siteurl ?>/b2login.php?action=logout">Logout</a></li>
|
<li id="last"><a href="<?php echo $siteurl ?>/b2login.php?action=logout">Logout</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<br clear="all" />
|
<br clear="all" />
|
||||||
|
Loading…
Reference in New Issue
Block a user