mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix login form popping up when it shouldn't
This commit is contained in:
parent
f8859769e8
commit
81992eb53c
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<!-- Login widget -->
|
||||
<section cond="$layout_info->use_login_widget != 'N'" class="login_widget" style="display:none"|cond="isset($XE_VALIDATOR_ID) && $XE_VALIDATOR_ID != 'layouts/xedition/layout/1' || !isset($XE_VALIDATOR_MESSAGE)">
|
||||
<section cond="$layout_info->use_login_widget != 'N'" class="login_widget" style="display:none"|cond="($XE_VALIDATOR_ID ?? '') !== 'layouts/xedition/layout/1' || !isset($XE_VALIDATOR_MESSAGE)">
|
||||
<load target="./css/widget.login.css" />
|
||||
<div class="ly_dimmed"></div>
|
||||
<div class="signin">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue