login-redirect.phtml
5 lines
| 1 | <?php if (defined('AAM_KEY')) { ?> |
| 2 | <p class="aam-info"> |
| 3 | <?php echo AAM_Backend_View_Helper::preparePhrase('Setup [default] redirect after user logged in successfully for all your users and roles. With [AAM Login Redirect] extension you can customize login redirect for any user or role.', 'strong', 'strong'); ?> |
| 4 | </p> |
| 5 | <?php } |