评论显示修复
This commit is contained in:
parent
2048fb5723
commit
2398998eb7
|
@ -80,8 +80,8 @@
|
|||
<h2 id="response">添加新评论</h2>
|
||||
<form method="post" action="<?php $this->commentUrl(); ?>" id="comment-form" role="form">
|
||||
<?php if ($this->user->hasLogin()): ?>
|
||||
<p>登录身份:?>
|
||||
<a href="<?php $this->options->profileUrl(); ?>"><?php $this->user->screenName(); ?></a> | <a href="<?php $this->options->logoutUrl(); ?>" title="Logout">退出 »</a>
|
||||
<p>登录身份:
|
||||
<a href="<?php $this->options->profileUrl(); ?>"><?php $this->user->screenName(); ?></a> | <a href="<?php $this->options->logoutUrl(); ?>" title="Logout">退出 »</a>
|
||||
</p>
|
||||
<?php else: ?>
|
||||
<div class="form-group">
|
||||
|
|
|
@ -222,5 +222,5 @@ function showUserAgent($ua) {
|
|||
$Browser = get_browser_name($ua);
|
||||
$BrowserImg = getUAImg("browser/", $Browser['code'], $Browser['title']);
|
||||
|
||||
echo " " . $OsImg . " " . $BrowserImg;
|
||||
echo " " . $OsImg . " " . $BrowserImg;
|
||||
}
|
Loading…
Reference in New Issue