Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-review/view/frontend/templates/product/view/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-review/view/frontend/templates/product/view/other.phtml

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

/** @var \Magento\Review\Block\Product\View\Other $block */
?>
<?php $_product = $block->getProduct(); ?>
<div class="actions">
    <a href="<?= $block->escapeUrl($_product->getProductUrl()) ?>" class="action back"><span><?= $block->escapeHtml(__('Back to Main Product Info')) ?></span></a>
</div>