We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4b97e commit 20993c1Copy full SHA for 20993c1
app/code/Magento/Review/Block/Product/ReviewRenderer.php
@@ -18,8 +18,8 @@ class ReviewRenderer extends \Magento\Framework\View\Element\Template implements
18
* @var array
19
*/
20
protected $_availableTemplates = [
21
- self::FULL_VIEW => 'helper/summary.phtml',
22
- self::SHORT_VIEW => 'helper/summary_short.phtml',
+ self::FULL_VIEW => 'Magento_Review::helper/summary.phtml',
+ self::SHORT_VIEW => 'Magento_Review::helper/summary_short.phtml',
23
];
24
25
/**
0 commit comments