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>
|
||||
</ul>
|
||||
<br clear="all" />
|
||||
|
|
Loading…
Reference in New Issue