<?php

 

$this->customer->getCustomerGroupId(); 	  
 $text_account2 = sprintf($this->customer->getCustomerGroupId());  
$this->customer->getId(); 	  
 $text_account2 = sprintf($this->customer->getId());    	

?>

<div id="carousel<?php echo $module; ?>">
  <ul class="jcarousel-skin-opencart">
    <?php foreach ($banners as $banner) { ?>



    <li><a href="<?php echo $banner['link']; ?>&log=<?php echo $text_account2; ?>" target="_blank"><img src="<?php echo $banner['image']; ?>" alt="<?php echo $banner['title']; ?>" title="<?php echo $banner['title']; ?>" /></a></li>
   
 <?php } ?>
  </ul>
</div>
<script type="text/javascript"><!--
$('#carousel<?php echo $module; ?> ul').jcarousel({
	vertical: false,
	visible: <?php echo $limit; ?>,
	scroll: <?php echo $scroll; ?>
});
//--></script>

