<?php /** * Mageplaza * * NOTICE OF LICENSE * * This source file is subject to the Mageplaza.com license that is * available through the world-wide-web at this URL: * https://www.mageplaza.com/LICENSE.txt * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade this extension to newer * version in the future. * * @category Mageplaza * @package Mageplaza_SocialLogin * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/) * @license https://www.mageplaza.com/LICENSE.txt */ ?> <?php /** @var \Mageplaza\SocialLogin\Block\Popup $block */ if ($block->isEnabled() && $block->isEnabled() === 'popup_login'): ?> <div id="social-login-popup" class="white-popup mfp-with-anim mfp-hide" data-mage-init='{"socialPopupForm": <?= /* @noEscape */ $block->getFormParams() ?>}'><?= $block->getChildHtml('popup.email') ?> <div class="mp-social-popup" style="padding-top: 15px"><?= $block->getChildHtml('popup.authentication') ?> <?= $block->getChildHtml('popup.create') ?> <?= $block->getChildHtml('popup.forgot') ?></div><?= $block->getChildHtml('popup.authentication.social') ?> <?= $block->getChildHtml('popup.additional.info') ?></div><div style="clear: both"></div><?php elseif ($block->isCheckMode()): ?> <div id="social-login-popup" class="white-popup mfp-with-anim mfp-hide" data-mage-init='{"socialPopupForm": <?= /* @noEscape */ $block->getFormParams() ?>}'><?= $block->getChildHtml('popup.email') ?></div><div style="clear: both"></div><?php endif; ?>