</div> <div class="span8"> <a href="index.php?option=com_marketplace&view=extension&id=<?php echo $extension->marketplace_extension_id; ?> "><strong><?php echo $extension->name; ?> </strong></a> <br /> <?php echo $extension->author; ?> <br /> <small><?php echo MarketplaceHelperRating::rating($extension->rating); ?> <i class='icon-comment'></i> <?php echo $extension->reviews; ?> </small> <br /> <?php echo MarketplaceHelperButton::download($extension); ?> </div> </div> </td> <?php if ($nr == 4) { ?>
<div class="row"> <div class="span3"> </div> <div class="span8 pull-right"> <?php echo MarketplaceHelperButton::download($this->item, ' btn-large btn-block'); ?> </div> </div> <br /> <?php echo JText::_('COM_MARKETPLACE_TEXT_RATING'); ?> : <?php echo MarketplaceHelperRating::rating($this->item->rating); ?> <br /> <?php echo JText::sprintf('COM_MARKETPLACE_TEXT_CATEGORY', end($pathway)); ?> <br /> <?php echo JText::sprintf('COM_MARKETPLACE_TEXT_VERSION', $this->item->version); ?> </div> <div class="span9"> <div class="page-header"> <h1><?php echo $this->item->name;