<div id="hikashop_product_vote_listing" class="hikashop_product_vote_listing">
		<?php
		if($this->params->get('show_vote_product')){
			//LAYOUT listing of the comments for this product
			$js = '';
			$params = null;	//Params already existing in the previous getLayout('vote', ...)
			echo hikashop_getLayout('vote', 'listing', $params, $js);
			?>
	</div>
	<div id="hikashop_product_vote_form" class="hikashop_product_vote_form">
			<?php
			//LAYOUT form to send a comment & vote
			$js = '';
			$params = null;
			echo hikashop_getLayout('vote', 'form', $params, $js);
		}
		?>
	</div>