관리-도구
편집 파일: lang.create_account_success.php
<?php $define = [ 'NAVBAR_TITLE_1' => 'Create an Account', 'NAVBAR_TITLE_2' => 'Success', 'HEADING_TITLE' => 'Your Account Has Been Created!', 'TEXT_ACCOUNT_CREATED' => 'Congratulations! Your new account has been successfully created! You can now take advantage of member privileges to enhance your online shopping experience with us. If you have <small><strong>ANY</strong></small> questions about the operation of this online shop, please email the <a href="' . zen_href_link(FILENAME_CONTACT_US) . '">store owner</a>.<br><br>A confirmation has been sent to the provided email address. If you have not received it within the hour, please <a href="' . zen_href_link(FILENAME_CONTACT_US) . '">contact us</a>.', ]; return $define;