| Current Path : /home/rtorresani/www/vendor/magento/module-review/view/frontend/templates/product/view/ |
| 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;?>