| | |
| | | <?php |
| | | // /login/setup.php |
| | | add_filter('jvb_login', 'altr_setup_login'); |
| | | function altr_setup_login():array |
| | | add_filter('jvb_login', 'atat_setup_login'); |
| | | function atat_setup_login():array |
| | | { |
| | | return [ |
| | | 'login' => [ |
| | | 'title' => 'Log in', |
| | | 'description' => ['Log in to your account to see your referral balance and get your unique code!'], |
| | | 'description' => ['Log in to your account to create new orders or see your order history!'], |
| | | 'submit' => 'Log in', |
| | | ], |
| | | 'favourites' => [ |
| | |
| | | 'title' => 'Create your Account', |
| | | 'submit' => 'Create Account', |
| | | 'email' => [ |
| | | 'subject' => '[Legacy] Finish Creating Your Account' |
| | | 'subject' => '[TATTYSOAP] Finish Creating Your Account' |
| | | ], |
| | | 'success' => [ |
| | | 'title' => 'Success!', |