* [bug#63605] Fix Join zenTao community style and after skip style.

This commit is contained in:
zhangjialiang
2025-06-24 16:21:11 +08:00
parent 992d3ea52d
commit 9f77400e79
+12 -17
View File
@@ -13,12 +13,24 @@ namespace zin;
jsVar('reSendText', $lang->admin->community->reSend);
$checked = $agreeUX == 'true' ? 'checked' : '';
if(strpos($_SERVER['REQUEST_URI'], '_single=1') !== false)
{
set::zui(true);
$skip = div
(
a
(
setClass('btn capitalize skip-btn'),
$lang->admin->community->skip,
set::href(createLink('index')),
)
);
$backBtn = '';
}
else
{
$skip = '';
$backBtn = div
(
setClass('page-title'),
@@ -33,23 +45,6 @@ else
);
}
if(strpos($_SERVER['REQUEST_URI'], '_single=1') !== false)
{
$skip = div
(
a
(
setClass('btn capitalize skip-btn'),
$lang->admin->community->skip,
set::href(createLink('user', 'login')),
)
);
}
else
{
$skip = '';
}
$welcomeText = $bindCommunity ? $lang->admin->community->welcomeForBound : $lang->admin->community->welcome;
$header[] = div