');
$(document).on('click', '#usr-link_reg', function (event) {
event.preventDefault();
event.stopPropagation();
event.cancelBubble = true; $('#usr-modal_reg').iziModal('open', this); });
$("#usr-modal_reg").iziModal({
title: ' ',
subtitle: ', ',
icon: 'fa fa-user-circle-o',
headerColor: '#333333',
transitionIn: 'comingIn',
transitionOut: 'fadeOutUp',
fullscreen: true,
history: false,
zindex: 999999999,
overlayColor: 'rgba(0,0,0,0.7)',
overlayClose: false,
bodyOverflow: true,
iframe: true,
width: 600,
iframeHeight: 600,
iframeURL: 'adm_in/forms/userform.php?operation=register_user&noauth=1'
});