</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) {
        ?>
</tr>
<?php 
        $nr = 0;
    }
    $nr++;
}
?>
    <?php 
        <img class="img-polaroid" src="<?php 
echo $this->item->thumbnail;
?>
" onerror="this.value='<?php 
echo $default_thumbnail;
?>
'" />
        <br />
        <br />
        <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 />
            </div>
            <div class="span9">
                <h3><?php 
    echo $item->name;
    ?>
 <small><?php 
    echo JText::sprintf('COM_MARKETPLACE_MARKETPLACE_EXTENSIONS_INFO', $item->author);
    ?>
</small></h3>
                <?php 
    echo $item->purchased_date;
    ?>
            </div>
            <div class="span2">
                <?php 
    echo MarketplaceHelperButton::download($item, ' pull-right btn-large');
    ?>
            </div>
        </div>
     </td>
            </tr>
    <?php 
}
?>

        </table>
        <div class="row-fluid">
            <div class="span12 pagination pagination-centered">
                <?php 
echo $this->pagination->getListFooter();
?>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
defined('_JEXEC') or die;
JHtml::_('bootstrap.tooltip');
?>
<div class="btn-toolbar" id="filter-bar">
	<div class="filter-search btn-group pull-left">
	<div class="input-append">
		
		<input type="text" title="<?php 
echo JText::_('COM_MARKETPLACE_' . $this->getName() . '_FILTER_SEARCH_DESC');
?>
" value="<?php 
echo $this->escape($this->state->get('filter.search'));
?>
" id="filter_search" placeholder="<?php 
echo JText::_('COM_MARKETPLACE_' . $this->getName() . '_FILTER_SEARCH_DESC');
?>
" class="search-query" name="filter_search" style="border-right: 0;">
		<?php 
echo MarketplaceHelperButton::collection($this->section);
?>
		<button class="btn" type="submit"><i class="icon-search"></i></button>
	</div>
	</div>
	<div class="btn-group pull-left hidden-phone">
		<button title="" onclick="document.id('filter_search').value='';this.form.submit();" type="button" class="btn hasTooltip" data-original-title="Clear"><i class="icon-remove"></i></button>
	</div>
</div>
<div class="clearfix"> </div>