rhymix/modules/member/tpl/msg_success_authed.html

8 lines
208 B
HTML

<script>
<!--@if ($is_register == 'Y')-->
alert("{$lang->msg_success_confirmed}");
<!--@else-->
alert("{$lang->msg_success_authed}");
<!--@end-->
location.href="{getUrl()}";
</script>