instead of displaying “items 1-12 from 14 items total” i want to display like this “ items 12 from 14 items total “ how do i change this code to achieve this
<div class="pager clearfix">
<p class="amount-catalog">
<?php echo $this->__('Items %s to %s of (%s) total', $this->getFirstNum(), $this->getLastNum(), $this->getTotalNum()) ?>
</p>
how do i change this code to achieve this