mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 17:49:58 +09:00
질문/답변을 통한 계정 찾기가 허용되지 않은 경우 폼을 표시하지 않음
This commit is contained in:
parent
81fc2a9939
commit
915635cec3
4 changed files with 15 additions and 2 deletions
|
|
@ -18,8 +18,8 @@
|
|||
</span>
|
||||
</form>
|
||||
</section>
|
||||
<hr>
|
||||
<section cond="count($lang->find_account_question_items)>1">
|
||||
<hr cond="count($lang->find_account_question_items)>1 && $enable_find_account_question == 'Y'">
|
||||
<section cond="count($lang->find_account_question_items)>1 && $enable_find_account_question == 'Y'">
|
||||
<h1>{$lang->cmd_find_member_account_with_email_question}</h1>
|
||||
<p>{$lang->about_find_account_question}</p>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skin/default/find_member_account/2'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue