Example #1
0
        echo JUri::root() . '/media/com_osmembership/' . $row->thumb;
        ?>
" /></a>
					<?php 
    }
    ?>
				
			</td>			
			<td class="center">
				<?php 
    echo OSMembershipHelper::countSubscribers($row->id);
    ?>
			</td>																			
			<td class="center">
				<?php 
    echo OSMembershipHelper::countSubscribers($row->id, 1);
    ?>
			</td>
			<td class="order">
				<span><?php 
    echo $this->pagination->orderUpIcon($i, true, 'plan.orderup', 'Move Up', $ordering);
    ?>
</span>
				<span><?php 
    echo $this->pagination->orderDownIcon($i, $n, true, 'plan.orderdown', 'Move Down', $ordering);
    ?>
</span>
				<?php 
    $disabled = $ordering ? '' : 'disabled="disabled"';
    ?>