* Code for feedback#5009

This commit is contained in:
zenggang
2024-01-15 04:10:57 +00:00
parent 8c1412cc2b
commit e1766324f6
+1 -1
View File
@@ -53,7 +53,7 @@ include '../../common/view/header.lite.html.php';
$isOnlybody = helper::inOnlyBodyMode();
unset($_GET['onlybody']);
echo html::a($this->createLink('my'), $lang->my->common, ($isOnlybody ? '_parent' : ''), "class='btn show-in-app' data-app='my'");
if($refererBeforeDeny) echo html::a(helper::safe64Decode($refererBeforeDeny), $lang->user->goback, ($isOnlybody ? '_parent' : ''), "class='btn'");
if($refererBeforeDeny) echo html::a(htmlspecialchars(helper::safe64Decode($refererBeforeDeny)), $lang->user->goback, ($isOnlybody ? '_parent' : ''), "class='btn'");
echo html::a($this->createLink('user', 'logout', "referer=" . helper::safe64Encode($denyPage)), $lang->user->relogin, ($isOnlybody ? '_parent' : ''), "class='btn btn-primary'");
?>
</div>