We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a53347e + 44a1f2b commit aca4735Copy full SHA for aca4735
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