2017-08-01 16:10:25 +02:00

13 lines
237 B
PHP

<?php
if (!defined('_PS_VERSION_')) {
exit;
}
class ProductCommentsOverride extends ProductComments {
public function hookDisplayBottomColumnProduct($params){
return $this->hookDisplayRightColumnProduct($params);
}
}