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/count.phtml

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

// @deprecated
?>
<?php if (!empty($count)) : ?>
    <a href="#customer-reviews" class="nobr"><?= $block->escapeHtml(__('%1 Review(s)', $count)) ?></a>
<?php endif;?>