| Current Path : /home/rtorresani/www/vendor/magento/module-wishlist/view/frontend/templates/button/ |
| Current File : //home/rtorresani/www/vendor/magento/module-wishlist/view/frontend/templates/button/share.phtml |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/** @var \Magento\Wishlist\Block\Customer\Wishlist\Button $block */
?>
<?php if ($block->getWishlist()->getItemsCount() && $block->getWishlist()->getShared() < $block->getConfig()->getSharingEmailLimit()) : ?>
<button type="submit" name="save_and_share" title="<?= $block->escapeHtmlAttr(__('Share Wish List')) ?>" class="action share">
<span><?= $block->escapeHtml(__('Share Wish List')) ?></span>
</button>
<?php endif;?>