13 lines
237 B
PHP
Raw Normal View History

2017-08-01 16:10:25 +02:00
<?php
if (!defined('_PS_VERSION_')) {
exit;
}
class ProductCommentsOverride extends ProductComments {
public function hookDisplayBottomColumnProduct($params){
return $this->hookDisplayRightColumnProduct($params);
}
}